Skip to content

Commit abeefe8

Browse files
committed
fix: input height style vueComponent#3396
1 parent c6b189b commit abeefe8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/input/style/mixin.less

+2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@
77

88
// size mixins for input
99
.input-lg() {
10+
height: @input-height-lg;
1011
padding: @input-padding-vertical-lg @input-padding-horizontal-lg;
1112
font-size: @font-size-lg;
1213
}
1314

1415
.input-sm() {
16+
height: @input-height-sm;
1517
padding: @input-padding-vertical-sm @input-padding-horizontal-sm;
1618
}
1719

0 commit comments

Comments
 (0)