From 1a9b770a9e94fa196c911fbdff0ed82c80fec762 Mon Sep 17 00:00:00 2001 From: Daniel Cebrian Date: Tue, 12 Sep 2023 12:42:40 +0200 Subject: [PATCH] #12010 fixed header modal --- pandora_console/include/styles/js/jquery-ui_custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/styles/js/jquery-ui_custom.css b/pandora_console/include/styles/js/jquery-ui_custom.css index 947c858025..3b5cb3d424 100644 --- a/pandora_console/include/styles/js/jquery-ui_custom.css +++ b/pandora_console/include/styles/js/jquery-ui_custom.css @@ -217,7 +217,7 @@ a.ui-state-default > span:hover { color: #000; } .ui-widget-header { - height: 20px !important; + height: fit-content !important; } .ui-dialog .ui-widget-header { margin: 3px 3px 0px 3px;