Fix: Set a minimum width on dialog boxes to prevent overlaps in case of little content inside

This commit is contained in:
lscambo13
2024-12-19 09:21:06 -08:00
parent b9e9deb9d1
commit 50bcb36466

View File

@@ -474,6 +474,7 @@ html {
background-color: var(--drawerColor);
border-radius: var(--largeRadius) !important;
border: solid var(--borderColor) var(--borderWidth);
min-width: 15em;
}
.dialogBackdropOpened {