web: increase height of multi-select

This commit is contained in:
Jens Langhammer 2021-02-06 19:19:57 +01:00
parent db7e9f9b95
commit 18bc54214d
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ html {
/* fix multiple selects height */ /* fix multiple selects height */
select[multiple] { select[multiple] {
height: initial; height: 15em;
} }
/* Form with user */ /* Form with user */