mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Properly hide tag name on rename
This commit is contained in:
parent
55e55dd91d
commit
649d40f4d8
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