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

chore: squash
  • Loading branch information
silviyaboteva committed May 23, 2024
1 parent a07dd8b commit 74f599a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/default/scss/input/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,11 @@
padding: $_padding-y;
box-sizing: content-box;
}

span.k-input-inner {
box-sizing: content-box;
min-height: calc(#{$_font-size} * #{$_line-height});
}
}
.k-dropdown-operator.k-picker-#{$size} {
.k-input-button {
Expand Down

0 comments on commit 74f599a

Please sign in to comment.