Fix: Adjusted min-width of dialog boxes to avoid overflow and clipping
This commit is contained in:
parent
651ceacb48
commit
005264f1a4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue