Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
fix(multiselect): improve height of token with empty string telerik/k…
Browse files Browse the repository at this point in the history
  • Loading branch information
Magdalena Grigorova authored and Dimitar-Goshev committed Jan 11, 2018
1 parent f8b72f7 commit 5ef935e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/multiselect/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
@include appearance( input );

.k-button {
min-height: calc(#{$form-line-height}*1em + #{$button-padding-y-sm} + 2px + 2px);
padding: add-two(($button-padding-y-sm / 2), 1px) ($button-padding-x / 2);
}
}
Expand Down

0 comments on commit 5ef935e

Please sign in to comment.