Skip to content

Commit 53c02c1

Browse files
committed
fix(grid): set flex shrink to 0 for all display containers
Disallow display container shrinkage to prevent inner content(cells) from having different widths when set in fraction values (%). Closes #3918
1 parent 4d53291 commit 53c02c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/igniteui-angular/src/lib/core/styles/components/_common/_igx-display-container.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
position: relative;
44
width: 100%;
55
overflow: hidden;
6+
flex-shrink: 0;
67
}
78

89
%display-container--inactive {

0 commit comments

Comments
 (0)