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;
|
height: auto;
|
||||||
min-width: $unit * 48;
|
min-width: $unit * 48;
|
||||||
min-height: $unit-12x;
|
min-height: $unit-12x;
|
||||||
|
min-width: 580px;
|
||||||
padding: $unit * $multiplier;
|
padding: $unit * $multiplier;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
min-height: 430px;
|
min-height: 430px;
|
||||||
min-width: 580px;
|
|
||||||
height: 480px;
|
height: 480px;
|
||||||
gap: 0;
|
gap: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue