From 11c18d9379c1973a0cecf41f3eb86d58fde2a917 Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Thu, 2 Dec 2021 11:10:18 +0100 Subject: [PATCH] minor style changes --- pandora_console/include/styles/pandora.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 0a91f2ed3f..d4d5c7a569 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -498,6 +498,9 @@ select:-internal-list-box { .mw300px { min-width: 300px; } +.mw400px { + min-width: 400px; +} .mw500px { min-width: 500px; }