Skip to content

Commit

Permalink
fix(input): input prefix and suffix must not have height
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Jan 7, 2022
1 parent 02b3560 commit 8414a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/default/scss/input/_layout.scss
Expand Up @@ -47,9 +47,9 @@
.k-input-prefix,
.k-input-suffix {
display: flex;
flex-flow: row nowrap;
align-items: center;
flex-shrink: 0;
height: $button-inner-calc-size;

> * {
flex-shrink: 0;
Expand Down

0 comments on commit 8414a23

Please sign in to comment.