ui: fix issue labels
This commit is contained in:
parent
573ba5e9ac
commit
326958316d
4 changed files with 22 additions and 26 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue