Skip to content

Commit cd608f3

Browse files
committed
fix(*): Add flex-grow and flex shrink so that the display container takes up the remaining space
1 parent 515be9c commit cd608f3

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
@@ -1253,6 +1253,7 @@
12531253
%grid-display-container-tr {
12541254
width: 100%;
12551255
overflow: visible;
1256+
flex: 1;
12561257
}
12571258

12581259
%grid-mrl-block {

0 commit comments

Comments
 (0)