Fix: Adjusted min-width of dialog boxes to avoid overflow and clipping

This commit is contained in:
lscambo13
2024-12-28 08:25:53 -08:00
parent 651ceacb48
commit 005264f1a4

View File

@@ -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 {