Skip to content

Commit

Permalink
fix(button): set min-height for field buttons (#5176)
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod authored and asudoh committed Jan 27, 2020
1 parent 6c63414 commit 2541e34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/components/src/components/button/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,7 @@
}

.#{$prefix}--btn--field {
height: 40px;
min-height: 40px;
min-height: rem(40px);
padding: $button-padding-field;
}

Expand Down

0 comments on commit 2541e34

Please sign in to comment.