Added min-height in case of empty multi-select
This commit is contained in:
parent
55355ba28e
commit
f670d74634
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ div.multiselect {
|
|||
display: inline-block;
|
||||
max-width: 400px;
|
||||
min-width: 150px;
|
||||
min-height: 20px;
|
||||
padding-right: .6em;
|
||||
position: relative;
|
||||
vertical-align: bottom;
|
||||
|
|
Loading…
Reference in a new issue