From ef0b1d5ff9cf0c365631b5524839d14a8dc5ccc0 Mon Sep 17 00:00:00 2001 From: Roos Date: Wed, 18 Dec 2024 15:23:18 +0100 Subject: [PATCH] Reset label styling to fix leaking --- .changeset/great-ants-carry.md | 5 +++++ libs/chlorophyll/scss/components/reset/mixins.scss | 1 + 2 files changed, 6 insertions(+) create mode 100644 .changeset/great-ants-carry.md diff --git a/.changeset/great-ants-carry.md b/.changeset/great-ants-carry.md new file mode 100644 index 0000000000..722715320a --- /dev/null +++ b/.changeset/great-ants-carry.md @@ -0,0 +1,5 @@ +--- +'@sebgroup/chlorophyll': patch +--- + +Label styling should now be reset diff --git a/libs/chlorophyll/scss/components/reset/mixins.scss b/libs/chlorophyll/scss/components/reset/mixins.scss index 26a4beeba9..11e094bd27 100644 --- a/libs/chlorophyll/scss/components/reset/mixins.scss +++ b/libs/chlorophyll/scss/components/reset/mixins.scss @@ -22,6 +22,7 @@ with minor modifications as well as splitting in to mixins */ h5, h6, p, + label, figure, blockquote, dl,