Skip to content

Commit

Permalink
style(Accordion): add padding-right to header
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed Oct 6, 2022
1 parent 50d46b5 commit fa704cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/styles/scss/components/accordion/_accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ $content-padding: 0 0 0 $spacing-05 !default;

z-index: 1;
width: 100%;
padding-right: $spacing-05;
margin: $title-margin;
text-align: left;
}
Expand Down

0 comments on commit fa704cd

Please sign in to comment.