Skip to content

Commit 92968ac

Browse files
committed
fix(*): Add flex-grow and flex shrink so that the display container takes up the remaining space
1 parent 8ec5d33 commit 92968ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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
@@ -718,6 +718,7 @@
718718
%grid-display-container-tr {
719719
width: 100%;
720720
overflow: visible;
721+
flex: 1;
721722
}
722723

723724
%grid-mrl-block {

0 commit comments

Comments
 (0)