diff --git a/app/webroot/css/select2-bootstrap.css b/app/webroot/css/select2-bootstrap.css index a0f4c52..612974b 100644 --- a/app/webroot/css/select2-bootstrap.css +++ b/app/webroot/css/select2-bootstrap.css @@ -1,6 +1,7 @@ .form-control .select2-choice { border: 0; border-radius: 2px; + height:32px; } .form-control .select2-choice .select2-arrow { @@ -8,13 +9,13 @@ } .form-control.select2-container { - height: auto; padding: 0; } .form-control.select2-container.select2-dropdown-open { border-color: #5897FB; border-radius: 3px 3px 0 0; + height:32px; } .form-control .select2-container.select2-dropdown-open .select2-choices {