1
0
mirror of https://github.com/flarum/core.git synced 2025-04-21 23:52:14 +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
No known key found for this signature in database

View File

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