Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Commit cc0130a

Browse files
committed
refactor: remove use of fxLayoutWrap
remove the use of fxLayoutWrap directive as it has been removed
1 parent a4f0678 commit cc0130a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/companies/companies.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div fxLayout="row" fxLayoutAlign="space-evenly center" fxLayoutGap="10px" fxLayoutWrap class="companies-container">
1+
<div fxLayout="row wrap" fxLayoutAlign="space-evenly center" fxLayoutGap="10px" class="companies-container">
22
<mat-card *ngFor="let company of companies | async" fxFlex.xs="100" fxFlex.sm="45" fxFlex.md="30" fxFlex.lg="23">
33
<mat-card-header>
44
<div mat-card-avatar>

0 commit comments

Comments
 (0)