force minimum multiselect width to properly show longer groups
This commit is contained in:
parent
4dd8a22e51
commit
8ccf1c85d9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue