mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-27 15:54:03 +02:00
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…
x
Reference in New Issue
Block a user