mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
multiselect: up min-width of group multiselect to 150px
This commit is contained in:
parent
0bcb04398d
commit
cdedfb6f37
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ ul.multiselectoptions > li input[type='checkbox']:checked+label {
|
|||
div.multiselect {
|
||||
display: inline-block;
|
||||
max-width: 400px;
|
||||
min-width: 100px;
|
||||
min-width: 150px;
|
||||
padding-right: .6em;
|
||||
position: relative;
|
||||
vertical-align: bottom;
|
||||
|
|
|
|||
Loading…
Reference in a new issue