css: auto-height for multiselect elements
This commit is contained in:
parent
6bb74966d5
commit
09e9b7aa10
|
@ -224,6 +224,10 @@ input[type=text], input[type=password], textarea, select {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
select[multiple] {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
select option {
|
select option {
|
||||||
height: 2em;
|
height: 2em;
|
||||||
padding-top: 0.3em;
|
padding-top: 0.3em;
|
||||||
|
|
Loading…
Reference in New Issue