Properly hide tag name on rename

This commit is contained in:
Vincent Petry 2016-02-12 21:27:28 +01:00
parent 55e55dd91d
commit 649d40f4d8
1 changed files with 5 additions and 0 deletions

View File

@ -83,3 +83,8 @@
overflow:hidden;
text-overflow:ellipsis;
}
.systemtags-select2-dropdown .label.hidden {
display: none;
}