web: increase height of multi-select
This commit is contained in:
parent
db7e9f9b95
commit
18bc54214d
|
@ -25,7 +25,7 @@ html {
|
|||
|
||||
/* fix multiple selects height */
|
||||
select[multiple] {
|
||||
height: initial;
|
||||
height: 15em;
|
||||
}
|
||||
|
||||
/* Form with user */
|
||||
|
|
Reference in New Issue