fix scoped label ui when contains emoji (#33007) (#33014)

Backport #33007 by metiftikci

Co-authored-by: metiftikci <metiftikci@hotmail.com>
This commit is contained in:
Giteabot 2024-12-28 12:34:53 +08:00 committed by GitHub
parent f35ab5cd52
commit f27128bf94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 */