Skip to content

Commit

Permalink
fix(styles): put back min/max height
Browse files Browse the repository at this point in the history
  • Loading branch information
mikerodonnell89 committed Nov 7, 2023
1 parent 52f0233 commit 24a4e3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/styles/src/carousel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ $fd-carousel-button-content-offset: 0.5rem !default;
@include fd-reset();
@include fd-flex-center();

height: 2.75rem;
min-height: 2.75rem;
max-height: 3.5rem;
padding: 0.375rem 0.5rem;
background: var(--fdCarousel_Page_Indicator_Container_Background);
border-top: var(--fdCarousel_Pagination_Border);
Expand Down

0 comments on commit 24a4e3f

Please sign in to comment.