Skip to content

Commit 4739eb5

Browse files
committed
fix(*): Add flex-grow and flex shrink so that the display container takes up the remaining space
1 parent 23b3939 commit 4739eb5

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
@@ -1274,6 +1274,7 @@
12741274
%grid-display-container-tr {
12751275
width: 100%;
12761276
overflow: visible;
1277+
flex: 1;
12771278
}
12781279

12791280
%grid-mrl-block {

0 commit comments

Comments
 (0)