mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Adjusted min-width of dialog boxes to avoid overflow and clipping
This commit is contained in:
@@ -623,7 +623,7 @@ html {
|
|||||||
background-color: var(--drawerColor);
|
background-color: var(--drawerColor);
|
||||||
border-radius: var(--largeRadius) !important;
|
border-radius: var(--largeRadius) !important;
|
||||||
border: solid var(--borderColor) var(--borderWidth);
|
border: solid var(--borderColor) var(--borderWidth);
|
||||||
min-width: 15em;
|
min-width: 12em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialogBackdropOpened {
|
.dialogBackdropOpened {
|
||||||
|
Reference in New Issue
Block a user