Skip to content

Commit

Permalink
fix scoped label ui when contains emoji (#33007)
Browse files Browse the repository at this point in the history
  • Loading branch information
metiftikci authored Dec 28, 2024
1 parent 14ed553 commit 254314b
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 @@ -1591,7 +1591,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 254314b

Please sign in to comment.