Change: allow select to stretch up to 124px
This commit is contained in:
parent
26e46a99f5
commit
58c0239d85
|
@ -701,6 +701,12 @@ fieldset > *:not(legend) {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.config-dialog select {
|
||||||
|
width: auto;
|
||||||
|
min-width: 60px;
|
||||||
|
max-width: 124px;
|
||||||
|
}
|
||||||
|
|
||||||
.config-dialog .onoffswitch {
|
.config-dialog .onoffswitch {
|
||||||
height: auto;
|
height: auto;
|
||||||
margin: calc((2em - 12px) / 2) 0;
|
margin: calc((2em - 12px) / 2) 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user