From fe681ba9d78d14a5f52e3ba0f5b86876619af12a Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Thu, 29 Oct 2020 12:13:15 +0100 Subject: [PATCH] minor style added --- 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 6b48ab13ae..6e3df35955 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -462,6 +462,10 @@ select:-internal-list-box { width: 120px; max-width: 120px; } +.w200px { + width: 200px; + max-width: 200px; +} .w240px { width: 240px; max-width: 240px;