Skip to content

Commit 8d14266

Browse files
silverwindGiteaBot
andauthored
Fix label-list rendering in timeline, decrease gap (#30342)
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 <[email protected]>
1 parent 263a716 commit 8d14266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web_src/css/repo.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2274,9 +2274,9 @@
22742274
}
22752275

22762276
.labels-list {
2277-
display: flex;
2277+
display: inline-flex;
22782278
flex-wrap: wrap;
2279-
gap: 0.25em;
2279+
gap: 2.5px;
22802280
}
22812281

22822282
.labels-list a {

0 commit comments

Comments
 (0)