mirror of
https://github.com/go-gitea/gitea.git
synced 2025-03-04 00:32:20 +01:00
fix scoped label ui when contains emoji (#33007)
### Before  ### After 
This commit is contained in:
parent
14ed553fae
commit
254314be5f
@ -1591,7 +1591,7 @@ td .commit-summary {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.labels-list .label {
|
.labels-list .label, .scope-parent > .label {
|
||||||
padding: 0 6px;
|
padding: 0 6px;
|
||||||
min-height: 20px;
|
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 */
|
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…
x
Reference in New Issue
Block a user