Skip to content

Commit

Permalink
fix(regression): lost spacing between tag label icon and text
Browse files Browse the repository at this point in the history
Signed-off-by: Sami Mazouz <[email protected]>
  • Loading branch information
SychO9 committed May 16, 2023
1 parent fc70a90 commit 56b3ea7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions less/common/TagLabel.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
&.colored &-text, &--colored &-text {
color: var(--tag-color) !important;
}

&-icon {
margin-right: 2px;
}
}

.TagLabel {
Expand Down

0 comments on commit 56b3ea7

Please sign in to comment.