Skip to content

Commit

Permalink
refactor(esl-carousel): replace confusing flexbox as a slide layout b…
Browse files Browse the repository at this point in the history
…y default

Co-authored-by: Yuliya Adamska <[email protected]>
  • Loading branch information
ala-n and yadamskaya committed Apr 11, 2024
1 parent 1e53470 commit 56e8a01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modules/esl-carousel/core/esl-carousel.less
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ esl-carousel-slide {
padding: 0;
flex: 0 0 auto;

// TODO: Do we need to set display: block?
display: flex;
display: block;
position: relative;
left: 0;
z-index: 1;
Expand Down

0 comments on commit 56e8a01

Please sign in to comment.