From 4afa72223eb40de4c6aeb56b085597ab6cbf7602 Mon Sep 17 00:00:00 2001 From: marcos Date: Mon, 19 Jul 2021 11:42:41 +0200 Subject: [PATCH] fixed licence modal size --- pandora_console/include/styles/pandora.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 3b37291fe4..1d78b919f2 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -8300,3 +8300,9 @@ div.stat-win-spinner img { .line_height_12pt { line-height: 12pt; } +.line_height_0pt { + line-height: 10pt !important; +} +#license_error_msg_dialog { + min-height: 350px !important; +}