fix smol utf emoji in suggestor

This commit is contained in:
Henry Jameson 2024-03-04 20:06:30 +02:00
parent f7cd801e69
commit 5637e29d9c

View File

@ -200,6 +200,11 @@
height: calc(var(--__line-height) + var(--__vertical-gap) * 2);
object-fit: contain;
}
span {
font-size: var(--__line-height);
line-height: var(--__line-height);
}
}
.label {