Skip to content

Commit 9127794

Browse files
committed
fix(grids): prevent grids from growing infinitely in flex containers
1 parent f8215a0 commit 9127794

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)