Skip to content

Commit

Permalink
[fix] Restrict tag class scope (#702)
Browse files Browse the repository at this point in the history
* [fix] Restrict `tag` class scope

* [fix] `div.tag`, `p.tag` as per review

---------

Co-authored-by: Dominique Quatravaux <[email protected]>
  • Loading branch information
domq and Dominique Quatravaux authored Dec 13, 2023
1 parent cd5053e commit a174b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/components/atoms/tag/tag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ a.tag {
}
}

.tag {
a.tag, button.tag, span.tag, div.tag, p.tag {
display: inline-block;
margin: 0 0.1em 0.3em 0;
padding: 0.4em 0.6em;
Expand Down

0 comments on commit a174b1c

Please sign in to comment.