fix(tag label): tag text misaligned in iOS Safari (#160)

This commit is contained in:
Billy Wilcosky 2022-02-07 12:09:43 -05:00 committed by GitHub
parent 3c79517fbf
commit a82060945e

View File

@ -7,6 +7,7 @@
background: var(--tag-bg);
color: var(--tag-color);
text-transform: none;
vertical-align: bottom;
&.untagged {
--tag-bg: transparent;