ui: fix issue labels

This commit is contained in:
0ko 2024-07-17 12:41:51 +05:00
parent 573ba5e9ac
commit 326958316d
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);