Updated with more specific css selector

Moved the curly brace to the same line as the selector

firefox fix
This commit is contained in:
Erik Pellikka 2016-02-03 08:11:59 -05:00
parent f2ada30888
commit 4f3cf66ba3
1 changed files with 7 additions and 1 deletions

View File

@ -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;
}