Skip to content

Commit

Permalink
fix: input height style vueComponent#3396
Browse files Browse the repository at this point in the history
  • Loading branch information
zkwolf committed Dec 19, 2020
1 parent c6b189b commit abeefe8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/input/style/mixin.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@

// size mixins for input
.input-lg() {
height: @input-height-lg;
padding: @input-padding-vertical-lg @input-padding-horizontal-lg;
font-size: @font-size-lg;
}

.input-sm() {
height: @input-height-sm;
padding: @input-padding-vertical-sm @input-padding-horizontal-sm;
}

Expand Down

0 comments on commit abeefe8

Please sign in to comment.