mirror of
https://github.com/go-gitea/gitea
synced 2025-01-08 00:44:26 +00:00
fix scoped label ui when contains emoji (#33007)
### Before ![old_label](https://github.com/user-attachments/assets/2211f711-613a-4ed4-90fd-8ff6ab0700f5) ### After ![new_label](https://github.com/user-attachments/assets/ecbc89da-7f77-44d0-8ce9-ba51b67421e5)
This commit is contained in:
parent
14ed553fae
commit
254314be5f
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user