Skip to content

Commit

Permalink
fix: Start-align text in Accordion Button (#1266)
Browse files Browse the repository at this point in the history
Co-authored-by: Aram <[email protected]>
  • Loading branch information
VincentSmedinga and alimpens authored Jun 21, 2024
1 parent dc1e5d5 commit 6eb474d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/css/src/components/accordion/accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
line-height: var(--ams-accordion-button-line-height);
padding-block: var(--ams-accordion-button-padding-block);
padding-inline: var(--ams-accordion-button-padding-inline);
text-align: start;

&:focus {
outline-offset: var(--ams-accordion-button-focus-outline-offset);
Expand Down

0 comments on commit 6eb474d

Please sign in to comment.