From 588d9a5ce98264370819f15ca17289451294e1f8 Mon Sep 17 00:00:00 2001 From: Igor Vaynberg Date: Fri, 8 Jun 2012 14:32:17 -0700 Subject: [PATCH] force a min height on multi containers, closes #96 --- select2.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/select2.css b/select2.css index e9bdce7a..244dc03e 100755 --- a/select2.css +++ b/select2.css @@ -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);