mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-22 13:45:19 +00:00
[PORT] gitea#30342: Fix label-list rendering in timeline, decrease gap
Not sure exactly when this regressed, but has been a while I think. Before: <img width="895" alt="Screenshot 2024-04-08 at 22 46 50" src="https://github.com/go-gitea/gitea/assets/115237/9b1788f8-017e-4fe1-8ab9-938e0d76fb41"> After: <img width="689" alt="Screenshot 2024-04-08 at 23 00 58" src="https://github.com/go-gitea/gitea/assets/115237/90193df9-5c24-4a1a-96fe-3d4e8392063c"> Co-authored-by: Giteabot <teabot@gitea.io> --- Conflict resolution: none (cherry picked from commit 8d14266269f1b4fd5e13d701830919c1a1613444)
This commit is contained in:
parent
ceba1abe06
commit
8110dc959a
|
@ -2313,9 +2313,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.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