Change: allow select to stretch up to 124px

This commit is contained in:
eight 2017-11-11 13:29:40 +08:00
parent 26e46a99f5
commit 58c0239d85

View File

@ -701,6 +701,12 @@ fieldset > *:not(legend) {
vertical-align: middle;
}
.config-dialog select {
width: auto;
min-width: 60px;
max-width: 124px;
}
.config-dialog .onoffswitch {
height: auto;
margin: calc((2em - 12px) / 2) 0;