diff options
author | Erik Pellikka <erik@pellikka.org> | 2016-02-03 08:11:59 -0500 |
---|---|---|
committer | Erik Pellikka <erik@pellikka.org> | 2016-02-03 10:38:46 -0500 |
commit | 4f3cf66ba307b1202b7208fd20b52cfa78f2eeaf (patch) | |
tree | 79ee44986bf4a502b622ab7b748865ff69137a48 /core/css | |
parent | f2ada30888e8569ad1875609476627afd316e75f (diff) | |
download | nextcloud-server-4f3cf66ba307b1202b7208fd20b52cfa78f2eeaf.tar.gz nextcloud-server-4f3cf66ba307b1202b7208fd20b52cfa78f2eeaf.zip |
Fixes #22097
Updated with more specific css selector
Moved the curly brace to the same line as the selector
firefox fix
Diffstat (limited to 'core/css')
-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; +} |