diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-04 10:49:41 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-02-04 10:49:41 +0100 |
commit | d3c86bdd67972576e2b3849a55f1b1295a5b8dd8 (patch) | |
tree | 9d662db9c5ca7467afdbb59bd62633e3e5e01c26 /core | |
parent | e64044d43e3d2525c8193f147031703cc50d3e9a (diff) | |
parent | 4f3cf66ba307b1202b7208fd20b52cfa78f2eeaf (diff) | |
download | nextcloud-server-d3c86bdd67972576e2b3849a55f1b1295a5b8dd8.tar.gz nextcloud-server-d3c86bdd67972576e2b3849a55f1b1295a5b8dd8.zip |
Merge pull request #22103 from ErikPel/tag-css-fix
Fixes #22097
Diffstat (limited to 'core')
-rw-r--r-- | core/css/systemtags.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/core/css/systemtags.css b/core/css/systemtags.css index 2a02bc05ea7..588c76e1e3f 100644 --- a/core/css/systemtags.css +++ b/core/css/systemtags.css @@ -76,4 +76,10 @@ .systemtags-select2-container .select2-choices .select2-search-field input { line-height: 20px; } - +.systemtags-select2-dropdown .label { + width:85%; + display:-moz-inline-box; + display:inline-block; + overflow:hidden; + text-overflow:ellipsis; +} |