Skip to content

Commit e169c93

Browse files
authored
Merge pull request #16856 from IgniteUI/mkirkova/fix-16238-20.1.x
Prevent grids from growing infinitely in flex containers - 20.1.x
2 parents 39b0f3f + fff177c commit e169c93

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@
511511
grid-template-rows: auto auto auto 1fr auto auto;
512512
grid-template-columns: 100%;
513513
overflow: hidden;
514+
contain: inline-size;
514515
box-shadow: $grid-shadow;
515516

516517
@if $variant == 'fluent' {

0 commit comments

Comments
 (0)