Skip to content

Commit

Permalink
[Fix] Restrict tag class scope
Browse files Browse the repository at this point in the history
This fixes a CSS clash with the 'element.css', as seen for instance on the screenshot in the
pull request epfl-si/elements#702
  • Loading branch information
rosamaggi authored and Dominique Quatravaux committed Dec 12, 2023
1 parent 00a7d56 commit 3deee71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/storybook.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.tag {
.token.tag {
display: contents;
}

0 comments on commit 3deee71

Please sign in to comment.