Skip to content

Commit 021ee84

Browse files
GiteaBotsilverwind
andauthored
Fix label-list rendering in timeline, decrease gap (#30342) (#30380)
Backport #30342 by @silverwind 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: silverwind <[email protected]>
1 parent 189cfc1 commit 021ee84

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
@@ -2372,9 +2372,9 @@
23722372
}
23732373

23742374
.labels-list {
2375-
display: flex;
2375+
display: inline-flex;
23762376
flex-wrap: wrap;
2377-
gap: 0.25em;
2377+
gap: 2.5px;
23782378
}
23792379

23802380
.labels-list a {

0 commit comments

Comments
 (0)