Skip to content

Commit

Permalink
fix(TagGroup): fix css entry in nested children (#3663)
Browse files Browse the repository at this point in the history
  • Loading branch information
obdulia-losantos committed Mar 14, 2024
1 parent cd43df5 commit fc59018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TagGroup/styles/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
margin: (-1 * @tag-gap) 0 0 (-1 * @tag-gap);
}

.rs-tag-group > & {
.rs-tag-group > .rs-tag {
margin-top: @tag-gap;
margin-left: @tag-gap;
}

0 comments on commit fc59018

Please sign in to comment.