Merge pull request #22357 from owncloud/tags-hideonrename
Properly hide tag name on rename
This commit is contained in:
commit
296519f44a
1 changed files with 5 additions and 0 deletions
|
@ -83,3 +83,8 @@
|
|||
overflow:hidden;
|
||||
text-overflow:ellipsis;
|
||||
}
|
||||
|
||||
.systemtags-select2-dropdown .label.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue