From 210017b1625530818b1da8e469ea139717558b0f Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Tue, 16 Feb 2021 13:41:03 +0100 Subject: [PATCH] minor style fix select2 --- pandora_console/include/styles/pandora.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 9a1ce23dca..7f3dfa9bb9 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -6079,6 +6079,10 @@ li .select2 { max-width: 400px !important; } +.select2-container { + min-width: 110px !important; +} + div.graph td.legendLabel { text-align: justify; }