Skip to content

Commit

Permalink
fix scoped label ui when contains emoji (#33007) (#33014)
Browse files Browse the repository at this point in the history
Backport #33007 by metiftikci

Co-authored-by: metiftikci <[email protected]>
  • Loading branch information
GiteaBot and metiftikci authored Dec 28, 2024
1 parent f35ab5c commit f27128b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_src/css/repo.css
Original file line number Diff line number Diff line change
Expand Up @@ -1622,7 +1622,7 @@ td .commit-summary {
align-items: center;
}

.labels-list .label {
.labels-list .label, .scope-parent > .label {
padding: 0 6px;
min-height: 20px;
line-height: 1.3; /* there is a `font-size: 1.25em` for inside emoji, so here the line-height needs to be larger slightly */
Expand Down

0 comments on commit f27128b

Please sign in to comment.