Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filtering icon of DropDowns doesn't have padding #5026

Open
tswetti opened this issue May 8, 2024 · 0 comments
Open

Filtering icon of DropDowns doesn't have padding #5026

tswetti opened this issue May 8, 2024 · 0 comments
Labels
Bug Something isn't working C:DropdownTree

Comments

@tswetti
Copy link

tswetti commented May 8, 2024

Describe the bug
Initially reported here - telerik/kendo-angular#4294

The filtering icon of the DropDownTree and MultiSelectTree does not have padding in Kendo Angular due to the icon wrapper:
image
The DropDownList has padding as expected.

The cause of the issue could be either:

  • The CSS selector that applies the padding doesn't take into consideration .k-icon-wrapper-host
  • Both DropDowns lack the .k-input-icon class that is present in the DropDownList

To reproduce
https://www.telerik.com/kendo-angular-ui/components/dropdowns/multiselecttree/filtering/#toc-built-in-filtering

Expected behavior
The filtering icon to have padding:
image

Affected suites

  • Kendo UI for Angular
@tswetti tswetti added Bug Something isn't working C:DropdownTree labels May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working C:DropdownTree
Projects
None yet
Development

No branches or pull requests

1 participant