Skip to content

Commit

Permalink
fix(dropdowntree): wrong padding of the check-all element
Browse files Browse the repository at this point in the history
  • Loading branch information
JoomFX authored and joneff committed Feb 25, 2022
1 parent e59462e commit ba3f72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/default/scss/dropdowntree/_layout.scss
Expand Up @@ -8,7 +8,7 @@
padding: 0;

.k-check-all {
padding: $dropdowntree-popup-padding-y $dropdowntree-popup-padding-x;
padding: $dropdowntree-popup-padding-y $dropdowntree-popup-padding-x 0;
}

.k-treeview {
Expand Down

0 comments on commit ba3f72e

Please sign in to comment.