mirror of https://github.com/hykilpikonna/AquaDX
Fix layout breaks when options are large
parent
f4bb1101bf
commit
7377386ee2
|
@ -654,10 +654,14 @@
|
||||||
label
|
label
|
||||||
display: flex
|
display: flex
|
||||||
flex-direction: column
|
flex-direction: column
|
||||||
|
|
||||||
|
select
|
||||||
|
width: 100%
|
||||||
|
|
||||||
.field
|
.field
|
||||||
display: flex
|
display: flex
|
||||||
flex-direction: column
|
flex-direction: column
|
||||||
|
width: 100%
|
||||||
|
|
||||||
label
|
label
|
||||||
max-width: max-content
|
max-width: max-content
|
||||||
|
|
Loading…
Reference in New Issue