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

Commit

Permalink
fix(dropdownlist): long text in filter input interferes with the icon.
Browse files Browse the repository at this point in the history
Closes #564
  • Loading branch information
inikolova authored and gyoshev committed Jun 27, 2017
1 parent f9f897c commit bb175cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/popup/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
// remove the !important declaration when https://github.com/telerik/kendo-ui-core/issues/2617 is fixed
width: 100% !important; // sass-lint:disable-block no-important
box-sizing: border-box;
padding-right: add-two($icon-size, $padding-x);
}

> .k-icon {
Expand Down

0 comments on commit bb175cf

Please sign in to comment.