aboutsummaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-08-29 15:57:33 +0200
committerGitHub <noreply@github.com>2016-08-29 15:57:33 +0200
commit402feb9e13d4a8a1b3c0ed5aeff301abcd4280e4 (patch)
tree3b875ecb23f03323a7b8f58643b4f5f29431b3ac /core/css
parent8dd5bbe7fee7811b3252771c0befb80ebd860832 (diff)
parentd35db68093c72ccf5a3273eaea8bc0bca47ef48a (diff)
downloadnextcloud-server-402feb9e13d4a8a1b3c0ed5aeff301abcd4280e4.tar.gz
nextcloud-server-402feb9e13d4a8a1b3c0ed5aeff301abcd4280e4.zip
Merge pull request #1136 from nextcloud/fix-16041
Modified overflow in multiselector
Diffstat (limited to 'core/css')
-rw-r--r--core/css/multiselect.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/multiselect.css b/core/css/multiselect.css
index ef56044fd05..cc1d6a3b468 100644
--- a/core/css/multiselect.css
+++ b/core/css/multiselect.css
@@ -42,6 +42,8 @@ ul.multiselectoptions > li input[type='checkbox']+label {
width: 100%;
padding: 5px 27px;
margin-left: -27px; /* to have area around checkbox clickable as well */
+ text-overflow: ellipsis;
+ overflow: hidden;
}
ul.multiselectoptions > li input[type='checkbox']:checked+label {
font-weight: bold;