Skip to content

Commit

Permalink
fix: remove unecessary style
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmch committed Oct 11, 2023
1 parent b8271e5 commit bbc21aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blocks/Slider/Slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ $block: '.#{$ns}SliderBlock';
height: auto;
}

.slick-slide > div, .slick-slide > div > div {
.slick-slide > div {
height: 100%;
}
}
Expand Down

0 comments on commit bbc21aa

Please sign in to comment.