1
0
Fork 0
mirror of synced 2025-04-04 13:43:31 +03:00

force a min height on multi containers, closes #96

This commit is contained in:
Igor Vaynberg 2012-06-08 14:32:17 -07:00
parent 3ba3e57715
commit 588d9a5ce9

View file

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