Added rule to resize emoji's within labels.

This commit is contained in:
Jamie Sharpe 2023-10-14 13:43:27 +01:00
parent 76a85a4ce9
commit 28c9c456a3

View File

@ -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;