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