Make all dialogs min-width
This commit is contained in:
parent
758ee4dae4
commit
bc76df5054
2 changed files with 1 additions and 1 deletions
|
|
@ -12,6 +12,7 @@
|
|||
height: auto;
|
||||
min-width: $unit * 48;
|
||||
min-height: $unit-12x;
|
||||
min-width: 580px;
|
||||
padding: $unit * $multiplier;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 430px;
|
||||
min-width: 580px;
|
||||
height: 480px;
|
||||
gap: 0;
|
||||
padding: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue