Skip to content

Commit 0562fcc

Browse files
CaerusKaruThomasBurleson
authored andcommitted
fix(demo-app): fix sizing for layout-gap demo
1 parent 6dc3d3a commit 0562fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apps/demo-app/src/app/layout/layout-gap/layout-gap.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const DIRECTIONS = ['row', 'row-reverse', 'column', 'column-reverse'];
1111
</mat-card-subtitle>
1212
<mat-card-content class="large">
1313
<div fxFlexFill>
14-
<div fxFlex
14+
<div fxFlexFill
1515
[fxLayout]="direction + ' wrap'"
1616
fxLayoutGap="10px grid"
1717
style="cursor: pointer;"

0 commit comments

Comments
 (0)