Skip to content

Commit

Permalink
fix(accordion): Fixing item margin - FRONT-4228
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus committed Jan 26, 2024
1 parent 72d4678 commit 2bb169f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
:host {
display: block;
}

.ecl-accordion__item {
margin-top: 0.5rem;
}

0 comments on commit 2bb169f

Please sign in to comment.