From e9f37f61ddf4950880b91e6a60b17b92a17e296f Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Thu, 3 Aug 2023 20:41:35 -0500 Subject: [PATCH] popups: Fix menu items ellipsizing too soon Fixes #653 --- theme/parts/popups.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme/parts/popups.css b/theme/parts/popups.css index b66740a..49c1edf 100644 --- a/theme/parts/popups.css +++ b/theme/parts/popups.css @@ -34,7 +34,8 @@ menuitem[type="radio"] .menu-iconic-icon { menuitem:not(.menuitem-iconic) { padding-right: 18px !important; } -menuitem :is(label, description)[value][crop]::before { +menuitem :is(label, description)[value][crop]::before, +.menu-iconic-text[value][crop]::before { min-width: min-content !important; } menuitem:not([acceltext]) .menu-accel-container {