Merge pull request #22103 from ErikPel/tag-css-fix

Fixes #22097
This commit is contained in:
Thomas Müller 2016-02-04 10:49:41 +01:00
commit d3c86bdd67
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;
}