Skip to content

Commit

Permalink
fix(dropdownlist): keep the height of empty dropdownlist
Browse files Browse the repository at this point in the history
fix: update fix to match sizings
  • Loading branch information
silviyaboteva committed May 23, 2024
1 parent a07dd8b commit 5378351
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/default/scss/input/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,8 @@
.k-input-inner {
padding-block: $_padding-y;
padding-inline: $_padding-x;
box-sizing: content-box;
min-height: calc(#{$_font-size} * #{$_line-height});
}

.k-input-button,
Expand Down

0 comments on commit 5378351

Please sign in to comment.