force a min height on multi containers, closes #96
This commit is contained in:
parent
3ba3e57715
commit
588d9a5ce9
1 changed files with 4 additions and 0 deletions
|
@ -328,6 +328,10 @@ disabled look for already selected choices in the results dropdown
|
|||
margin-top:0;
|
||||
}
|
||||
|
||||
.select2-container-multi .select2-choices {
|
||||
min-height: 26px;
|
||||
}
|
||||
|
||||
.select2-container-multi.select2-container-active .select2-choices {
|
||||
-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
|
||||
-moz-box-shadow : 0 0 5px rgba(0,0,0,.3);
|
||||
|
|
Loading…
Add table
Reference in a new issue