Skip to content

Commit

Permalink
fix(accordion-item): split header and content padding
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonailea committed Dec 9, 2024
1 parent 58201b0 commit 32e76be
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,13 @@
);
}

.header-content,
.header-content {
padding: var(
--calcite-internal-accordion-item-padding,
var(--calcite-internal-accordion-item-spacing-unit, theme("spacing.2") 0.75rem)
);
}

.content {
padding: var(
--calcite-accordion-item-content-space,
Expand Down

0 comments on commit 32e76be

Please sign in to comment.