Merge pull request #8518 from owncloud/multiselect-width-fix
reduce multiselect max-width from 400 to 200px to not take too much space
This commit is contained in:
commit
58dc10349a
|
@ -50,7 +50,7 @@ ul.multiselectoptions > li input[type='checkbox']:checked+label {
|
|||
|
||||
div.multiselect, select.multiselect {
|
||||
display: inline-block;
|
||||
max-width: 400px;
|
||||
max-width: 200px;
|
||||
min-width: 150px;
|
||||
padding-right: 10px;
|
||||
min-height: 20px;
|
||||
|
|
Loading…
Reference in New Issue