Fixes #22097
Updated with more specific css selector Moved the curly brace to the same line as the selector firefox fix
This commit is contained in:
parent
f2ada30888
commit
4f3cf66ba3
1 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue