mirror of
https://github.com/flarum/core.git
synced 2025-07-17 14:51:19 +02:00
fix(tag label): tag text misaligned in iOS Safari (#160)
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
background: var(--tag-bg);
|
background: var(--tag-bg);
|
||||||
color: var(--tag-color);
|
color: var(--tag-color);
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
|
vertical-align: bottom;
|
||||||
|
|
||||||
&.untagged {
|
&.untagged {
|
||||||
--tag-bg: transparent;
|
--tag-bg: transparent;
|
||||||
|
Reference in New Issue
Block a user