Added min-height in case of empty multi-select

This commit is contained in:
Vincent Petry 2013-11-14 14:26:48 +01:00
parent 55355ba28e
commit f670d74634
1 changed files with 1 additions and 0 deletions

View File

@ -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;