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:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user