]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fixes #22097
authorErik Pellikka <erik@pellikka.org>
Wed, 3 Feb 2016 13:11:59 +0000 (08:11 -0500)
committerErik Pellikka <erik@pellikka.org>
Wed, 3 Feb 2016 15:38:46 +0000 (10:38 -0500)
Updated with more specific css selector

Moved the curly brace to the same line as the selector

firefox fix

core/css/systemtags.css

index 2a02bc05ea72f4214ca5958f056e451543906738..588c76e1e3f867d79fb3fc5b686b793e8c043c33 100644 (file)
 .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;
+}