diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-05-01 13:51:01 -0400 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-05-01 13:51:01 -0400 |
commit | 8ccf1c85d9794e0664b5aae45080bc86de9b8cb7 (patch) | |
tree | d459062225ccdf57c7df996b95fe45a478ce22ac /core | |
parent | 4dd8a22e518c3193655e05239cfb281d4e8405c6 (diff) | |
download | nextcloud-server-8ccf1c85d9794e0664b5aae45080bc86de9b8cb7.tar.gz nextcloud-server-8ccf1c85d9794e0664b5aae45080bc86de9b8cb7.zip |
force minimum multiselect width to properly show longer groups
Diffstat (limited to 'core')
-rw-r--r-- | core/css/multiselect.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/multiselect.css b/core/css/multiselect.css index b3393c450d4..274cec8253d 100644 --- a/core/css/multiselect.css +++ b/core/css/multiselect.css @@ -51,7 +51,7 @@ ul.multiselectoptions > li input[type='checkbox']:checked+label { div.multiselect, select.multiselect { display: inline-block; max-width: 200px; - min-width: 150px; + min-width: 150px !important; padding-right: 10px; min-height: 20px; position: relative; |