ui: fix issue labels

(cherry picked from commit 326958316d)
This commit is contained in:
0ko 2024-07-17 12:41:51 +05:00 committed by GitHub
parent 6bb8891067
commit 8b1027b9a9
4 changed files with 22 additions and 26 deletions

View file

@ -98,6 +98,15 @@ a.ui.label:hover {
display: inline-block !important;
}
.ugc-labels .item {
text-overflow: unset !important;
}
.ugc-labels .item .ui.label {
text-wrap: auto;
overflow-wrap: anywhere;
}
.ui.basic.label {
background: var(--color-button);
border: 1px solid var(--color-light-border);