Skip to content

Commit

Permalink
fix(grid): use correct var for header cell spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
TeyaVes committed Jul 8, 2022
1 parent 07f039a commit 36e4b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/default/scss/grid/_layout.scss
Expand Up @@ -1072,7 +1072,7 @@
}

.k-header > .k-cell-inner {
margin: (-1 * $grid-header-padding-y) (-1 * $grid-cell-padding-x);
margin: (-1 * $grid-header-padding-y) (-1 * $grid-header-padding-x);
}

.k-filterable {
Expand Down

0 comments on commit 36e4b25

Please sign in to comment.