css: auto-height for multiselect elements

This commit is contained in:
Thomas Gelf 2016-10-20 01:52:59 +00:00
parent 6bb74966d5
commit 09e9b7aa10
1 changed files with 4 additions and 0 deletions

View File

@ -224,6 +224,10 @@ input[type=text], input[type=password], textarea, select {
}
}
select[multiple] {
height: auto;
}
select option {
height: 2em;
padding-top: 0.3em;