Skip to content

Commit 6d3f592

Browse files
authored
Merge pull request #16854 from IgniteUI/mkirkova/fix-16238
Prevent grids from growing infinitely in flex containers - master
2 parents 2be94b6 + 149e5d7 commit 6d3f592

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

projects/igniteui-angular/core/src/core/styles/components/grid/_grid-theme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@
508508
grid-template-rows: auto auto auto 1fr auto auto;
509509
grid-template-columns: 100%;
510510
overflow: hidden;
511+
contain: inline-size;
511512
box-shadow: $grid-shadow;
512513

513514
@if $variant == 'fluent' {

0 commit comments

Comments
 (0)