Skip to content

Commit 2541e34

Browse files
emyarodasudoh
authored andcommitted
fix(button): set min-height for field buttons (#5176)
1 parent 6c63414 commit 2541e34

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/components/src/components/button/_button.scss

+1-2
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,7 @@
239239
}
240240

241241
.#{$prefix}--btn--field {
242-
height: 40px;
243-
min-height: 40px;
242+
min-height: rem(40px);
244243
padding: $button-padding-field;
245244
}
246245

0 commit comments

Comments
 (0)