mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-22 17:49:34 +00:00
Fix: Set a minimum width on dialog boxes to prevent overlaps in case of little content inside
This commit is contained in:
@@ -474,6 +474,7 @@ html {
|
||||
background-color: var(--drawerColor);
|
||||
border-radius: var(--largeRadius) !important;
|
||||
border: solid var(--borderColor) var(--borderWidth);
|
||||
min-width: 15em;
|
||||
}
|
||||
|
||||
.dialogBackdropOpened {
|
||||
|
Reference in New Issue
Block a user