Fix wrapping of label list (#28684) (#28688)

Backport #28684 by @denyskon

Before:

![grafik](https://github.com/go-gitea/gitea/assets/47871822/2fbd7ef2-22ad-4515-9c66-81c29bfbb7a3)

After:

![grafik](https://github.com/go-gitea/gitea/assets/47871822/df86d1ae-03db-4543-834c-761859c367be)

Co-authored-by: Denys Konovalov <kontakt@denyskon.de>
(cherry picked from commit e67c819cf463695db0d0693a1844f9c9fcd02c58)
This commit is contained in:
Giteabot 2024-01-04 10:21:35 +08:00 committed by Earl Warren
parent d537b63521
commit 2b8b1ab0ae
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -62,6 +62,7 @@
#issue-list .flex-item-title .labels-list {
display: flex;
flex-wrap: wrap;
gap: 0.25em;
}