1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 21:50:50 +02:00

fix(regression): lost spacing between tag label icon and text

Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
This commit is contained in:
Sami Mazouz
2023-05-16 19:21:04 +01:00
parent bded3da42d
commit f1f6051deb

View File

@@ -19,6 +19,10 @@
&.colored &-text, &--colored &-text { &.colored &-text, &--colored &-text {
color: var(--tag-color) !important; color: var(--tag-color) !important;
} }
&-icon {
margin-right: 2px;
}
} }
.TagLabel { .TagLabel {