mirror of
https://github.com/flarum/core.git
synced 2025-08-01 22:20:21 +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:
@@ -19,6 +19,10 @@
|
||||
&.colored &-text, &--colored &-text {
|
||||
color: var(--tag-color) !important;
|
||||
}
|
||||
|
||||
&-icon {
|
||||
margin-right: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
.TagLabel {
|
||||
|
Reference in New Issue
Block a user