force minimum multiselect width to properly show longer groups

This commit is contained in:
Jan-Christoph Borchardt 2015-05-01 13:51:01 -04:00
parent 4dd8a22e51
commit 8ccf1c85d9
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ ul.multiselectoptions > li input[type='checkbox']:checked+label {
div.multiselect, select.multiselect {
display: inline-block;
max-width: 200px;
min-width: 150px;
min-width: 150px !important;
padding-right: 10px;
min-height: 20px;
position: relative;