]> source.dussan.org Git - gitea.git/commitdiff
Fix label-list rendering in timeline, decrease gap (#30342)
authorsilverwind <me@silverwind.io>
Tue, 9 Apr 2024 06:30:21 +0000 (08:30 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Apr 2024 06:30:21 +0000 (08:30 +0200)
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>
web_src/css/repo.css

index c50d13a1742b4ea98cab87ac48891fafd2e5bd20..8b91b599e7902ff452a73f33351da6c7754cd2f2 100644 (file)
 }
 
 .labels-list {
-  display: flex;
+  display: inline-flex;
   flex-wrap: wrap;
-  gap: 0.25em;
+  gap: 2.5px;
 }
 
 .labels-list a {