mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 22:27:26 +08:00
Fix layout breaks when options are large
This commit is contained in:
@@ -655,9 +655,13 @@
|
|||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user