Fix: Set a minimum width on dialog boxes to prevent overlaps in case of little content inside
This commit is contained in:
parent
b9e9deb9d1
commit
50bcb36466
1 changed files with 1 additions and 0 deletions
|
|
@ -474,6 +474,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;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialogBackdropOpened {
|
.dialogBackdropOpened {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue