mirror of
https://github.com/go-gitea/gitea.git
synced 2024-09-01 14:56:30 +00:00
Added rule to resize emoji's within labels.
This commit is contained in:
parent
76a85a4ce9
commit
28c9c456a3
@ -2425,6 +2425,12 @@
|
||||
height: 0.5em;
|
||||
}
|
||||
|
||||
/* Reduce emoji sizes to fit within a label. */
|
||||
.label > .emoji {
|
||||
font-size: .857143rem;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.labels-list .label {
|
||||
margin: 2px 0;
|
||||
display: inline-flex !important;
|
||||
|
Loading…
Reference in New Issue
Block a user