Skip to content

Commit f27128b

Browse files
GiteaBotmetiftikci
andauthored
fix scoped label ui when contains emoji (#33007) (#33014)
Backport #33007 by metiftikci Co-authored-by: metiftikci <[email protected]>
1 parent f35ab5c commit f27128b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/css/repo.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1622,7 +1622,7 @@ td .commit-summary {
16221622
align-items: center;
16231623
}
16241624

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

0 commit comments

Comments
 (0)