Skip to content

Commit 07426c0

Browse files
authored
Merge pull request #10141 from IgniteUI/sstoychev/display-container-flex-flow
fix(for-of): inheriting flex-flow for display container #10037
2 parents 059c3f4 + ded7c10 commit 07426c0

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
@@ -1,5 +1,6 @@
11
%display-container {
22
display: inherit;
3+
flex-flow: inherit;
34
position: relative;
45
width: 100%;
56
overflow: hidden;

0 commit comments

Comments
 (0)