mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
reduce multiselect max-width from 400 to 200px to not take too much space
This commit is contained in:
parent
9919ec48df
commit
4d595f49a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue