Merge pull request #22357 from owncloud/tags-hideonrename

Properly hide tag name on rename
This commit is contained in:
Thomas Müller 2016-02-13 18:25:13 +01:00
commit 296519f44a
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;
}