Skip to content

Commit

Permalink
fix(grid): fix grid grouping template icon size in fluent
Browse files Browse the repository at this point in the history
  • Loading branch information
TeyaVes authored and Juveniel committed May 4, 2023
1 parent fdac00e commit 84fb58a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/fluent/scss/grid/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,15 @@
> .k-svg-icon {
padding-inline: 0;
padding-block: var( --INTERNAL--kendo-grid-cell-padding-y, 0 );
width: 100%;
height: 100%;
display: inline-block;
outline: 0;
}

> .k-icon {
width: 100%;
height: 100%;
}

}

.k-hierarchy-cell + .k-grid-content-sticky {
Expand Down

0 comments on commit 84fb58a

Please sign in to comment.