[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:
silverwind 2024-04-09 08:30:21 +02:00 committed by Gusted
parent ceba1abe06
commit 8110dc959a
No known key found for this signature in database
GPG key ID: FD821B732837125F

View file

@ -2313,9 +2313,9 @@
}
.labels-list {
display: flex;
display: inline-flex;
flex-wrap: wrap;
gap: 0.25em;
gap: 2.5px;
}
.labels-list a {