diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-05-12 15:39:18 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-05-12 15:39:18 +0200 |
commit | 58bce49037016550a1015c1c6c6dc1a8dbe7f8b1 (patch) | |
tree | 899640b6520126a272f8d7a366fff56cc69f7709 /core | |
parent | 127b0d9edf4d5666bff4163ecd931ebb8d1d50c6 (diff) | |
download | nextcloud-server-58bce49037016550a1015c1c6c6dc1a8dbe7f8b1.tar.gz nextcloud-server-58bce49037016550a1015c1c6c6dc1a8dbe7f8b1.zip |
ellipsize first item in multiselect, fix #16174
Diffstat (limited to 'core')
-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 274cec8253d..17fd81bf6c3 100644 --- a/core/css/multiselect.css +++ b/core/css/multiselect.css @@ -88,6 +88,7 @@ div.multiselect>span:first-child { overflow: hidden; text-overflow: ellipsis; width: 90%; + white-space: nowrap; } div.multiselect>span:last-child { |