Skip to content

Commit

Permalink
fix(esl-footnotes): drop extra margins for esl-carousel-slides cont…
Browse files Browse the repository at this point in the history
…ainer
  • Loading branch information
ala-n committed Apr 29, 2024
1 parent beba690 commit be4e9b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/views/examples/carousel.njk
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ icon: examples/carousel.svg

<esl-carousel-dots class="carousel-dots-wrapper" tabindex="0"></esl-carousel-dots>
</div>
<esl-footnotes scope-target="::parent(section)"></esl-footnotes>

<esl-footnotes class="mt-2" scope-target="::parent(section)"></esl-footnotes>
</section>


Expand Down
1 change: 1 addition & 0 deletions src/modules/esl-carousel/core/esl-carousel.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ esl-carousel {
[esl-carousel-slides] {
position: relative;
width: 100%;
margin: 0;
display: flex;
gap: 20px;
z-index: 0;
Expand Down

0 comments on commit be4e9b0

Please sign in to comment.