Merge pull request '[v7.0/forgejo] gitea#30342: Fix label-list rendering in timeline, decrease gap #3242' (#3877) from fnetx/fix-issue-label-display into v7.0/forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3877 Reviewed-by: 0ko <0ko@noreply.codeberg.org>
This commit is contained in:
commit
4db698ce24
1 changed files with 2 additions and 2 deletions
|
@ -2460,9 +2460,9 @@ td .commit-summary {
|
||||||
}
|
}
|
||||||
|
|
||||||
.labels-list {
|
.labels-list {
|
||||||
display: flex;
|
display: inline-flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 0.25em;
|
gap: 2.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.labels-list a {
|
.labels-list a {
|
||||||
|
|
Loading…
Reference in a new issue