Merge pull request 'fix: labels set during issue creation are not displayed' (#4546) from 0ko/forgejo:ui-labels-aaa into forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4546 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
This commit is contained in:
commit
011a7cffd2
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