From 0b45e963ad53f949010214d5de200a065c54db4a Mon Sep 17 00:00:00 2001 From: Yunsup Sim Date: Thu, 3 Jun 2021 10:27:10 +0900 Subject: [PATCH] Fix: Panel - Fix text cut off in some language #28 --- userChrome.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/userChrome.css b/userChrome.css index 955d6f3..667b5c4 100644 --- a/userChrome.css +++ b/userChrome.css @@ -555,6 +555,11 @@ :root[uidensity=compact] menupopup > menuitem, menupopup > menu { padding-block: 0.25em !important; /* Original: 0.5em */ } + + /** Panel - View ************************************************************/ + :root #appMenu-popup panelview { + width: 25em !important; /* can modify panel width, Original: 22.5em */ + } /** Panel - Icons ***********************************************************/ /* Padding */