mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #30021 from nextcloud/backport/30018/stable23
[stable23] Fix collaborative tags styles
This commit is contained in:
commit
e3ee81de05
1 changed files with 4 additions and 0 deletions
|
|
@ -485,6 +485,10 @@ div.select2-drop {
|
|||
text-overflow: ellipsis;
|
||||
span {
|
||||
cursor: pointer;
|
||||
em {
|
||||
cursor: inherit;
|
||||
background: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
.select2-result,
|
||||
|
|
|
|||
Loading…
Reference in a new issue