Skip to content

Commit

Permalink
fix(dragdrop): add indicator container spacings for the KendoReact Grid
Browse files Browse the repository at this point in the history
  • Loading branch information
silviyaboteva authored and joneff committed Mar 15, 2021
1 parent 361973e commit bd36e5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/default/scss/grid/_layout.scss
Expand Up @@ -453,11 +453,11 @@
}

// override for angular
kendo-grid .k-indicator-container {
.k-grid .k-indicator-container {
margin: -$grid-grouping-header-padding-y 0;
padding: $grid-grouping-header-padding-y 0;
}
kendo-grid .k-indicator-container:last-child {
.k-grid .k-indicator-container:last-child {
flex-grow: 1;
}

Expand Down

0 comments on commit bd36e5f

Please sign in to comment.