Skip to content

Commit

Permalink
fix accordion spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar committed Oct 8, 2024
1 parent ed76dc8 commit c4145f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/details/_details.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ $details-caret-width: 1.75rem;
border-top: 1px solid var(--ons-color-borders);
margin: 0;
padding-bottom: 1rem;
padding-top: 1rem;
padding-top: 15px; // set to 15px to allow for the 1px border top
width: 100%;

&:focus {
Expand Down

0 comments on commit c4145f7

Please sign in to comment.