mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
multiselect: do not cut off group names
This commit is contained in:
parent
e6a4721f64
commit
35e7b64cc2
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ ul.multiselectoptions {
|
|||
ul.multiselectoptions.down {
|
||||
border-bottom-left-radius: .5em;
|
||||
border-bottom-right-radius: .5em;
|
||||
width: 100%; /* do not cut off group names */
|
||||
}
|
||||
|
||||
ul.multiselectoptions.up {
|
||||
|
|
|
|||
Loading…
Reference in a new issue