Skip to content

Commit

Permalink
style: update height property to min-height (#2017)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelflips authored Oct 28, 2024
1 parent 17885ab commit 2dbccf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ $-btn-loading-min-height: rem(36px);
}

.sage-dropdown__trigger--select & {
height: rem(40px);
min-height: rem(40px);
font-family: $-body-font-stack;
font-weight: sage-font-weight(medium);
border-width: 0;
Expand Down

0 comments on commit 2dbccf4

Please sign in to comment.