only style select multiple on the control panel

This commit is contained in:
Laura Klünder 2019-12-25 17:50:53 +01:00
parent 211fa7018f
commit a93a974220

View file

@ -1233,7 +1233,7 @@ main.control h4 {
main.control form tr > * { main.control form tr > * {
white-space: nowrap; white-space: nowrap;
} }
main.control select { main.control select[multiple] {
display: block; display: block;
width: 300px; width: 300px;
height: 100px; height: 100px;