Browse Source

Ensure select boxes use full width

fastled
Xose Pérez 6 years ago
parent
commit
f384d81d8e
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      code/html/custom.css

+ 3
- 0
code/html/custom.css View File

@ -187,3 +187,6 @@ span.slider {
.panel.block {
display: block;
}
select {
width: 100%;
}

Loading…
Cancel
Save