diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-06-11 18:04:11 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-06-11 18:04:11 +0200 |
commit | 35e7b64cc204ed1c7152fe4b7b7cd6ee67d0fd19 (patch) | |
tree | c1d6dd3d5f7927fb6c70e72296bdd44d3d98c912 /core/css | |
parent | e6a4721f648f0e201dcdfc06c743de00c75b7d69 (diff) | |
download | nextcloud-server-35e7b64cc204ed1c7152fe4b7b7cd6ee67d0fd19.tar.gz nextcloud-server-35e7b64cc204ed1c7152fe4b7b7cd6ee67d0fd19.zip |
multiselect: do not cut off group names
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/multiselect.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/multiselect.css b/core/css/multiselect.css index bb1c525a3c7..8fab99806f7 100644 --- a/core/css/multiselect.css +++ b/core/css/multiselect.css @@ -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 { |