Skip to content

Commit

Permalink
Fix wrapping of label list (#28684)
Browse files Browse the repository at this point in the history
The label list needs to wrap the items to avoid unnecessary overflow / incorrect text wrapping.
  • Loading branch information
denyskon authored Jan 3, 2024
1 parent 9b41815 commit 657b23d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web_src/css/repo/issue-list.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

#issue-list .flex-item-title .labels-list {
display: flex;
flex-wrap: wrap;
gap: 0.25em;
}

Expand Down

0 comments on commit 657b23d

Please sign in to comment.