From 005264f1a4d3b5a35f8ae9cfc534f1ed09d2f376 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sat, 28 Dec 2024 08:25:53 -0800 Subject: [PATCH] Fix: Adjusted min-width of dialog boxes to avoid overflow and clipping --- Theme/ElegantFin-theme-nightly.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 002b733..a4dfadd 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -623,7 +623,7 @@ html { background-color: var(--drawerColor); border-radius: var(--largeRadius) !important; border: solid var(--borderColor) var(--borderWidth); - min-width: 15em; + min-width: 12em; } .dialogBackdropOpened {