Skip to content

Commit

Permalink
fix: Accordion fold content margin removal of first direct child element
Browse files Browse the repository at this point in the history
  • Loading branch information
breakdancingcat committed Jan 29, 2025
1 parent f2e3791 commit 88d1733
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/scss/components/_accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
@apply p-4 pt-0 pl-8 border-t-0;

transition: 0.3s ease all;

> * {
@apply mt-0;
}
}
}

Expand Down

0 comments on commit 88d1733

Please sign in to comment.