Skip to content

Commit

Permalink
fix(demo-app): fix sizing for layout-gap demo
Browse files Browse the repository at this point in the history
  • Loading branch information
CaerusKaru authored and ThomasBurleson committed Mar 20, 2018
1 parent 6dc3d3a commit 0562fcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const DIRECTIONS = ['row', 'row-reverse', 'column', 'column-reverse'];
</mat-card-subtitle>
<mat-card-content class="large">
<div fxFlexFill>
<div fxFlex
<div fxFlexFill
[fxLayout]="direction + ' wrap'"
fxLayoutGap="10px grid"
style="cursor: pointer;"
Expand Down

0 comments on commit 0562fcc

Please sign in to comment.