Add min-width to SearchDialog
This commit is contained in:
parent
e6c30c217d
commit
c574e5e845
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
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