mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Fix collaborative tags styles
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
b67c6d9730
commit
e0ffaaae51
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