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:
parent
bded3da42d
commit
f1f6051deb
@ -19,6 +19,10 @@
|
||||
&.colored &-text, &--colored &-text {
|
||||
color: var(--tag-color) !important;
|
||||
}
|
||||
|
||||
&-icon {
|
||||
margin-right: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
.TagLabel {
|
||||
|
Loading…
x
Reference in New Issue
Block a user