-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Description
Bug, feature request, or proposal:
Question
What is the expected behavior?
I have a bunch of md-card under md-content. I used to use ng2-material
<md-content class="md-padding" layout="row" layout-wrap>
<md-card *ngFor="let restaurant of restaurants" flex-gt-md="45" flex-md="100" flex-sm="100" flex-xs="100">
<restaurant-card [restaurant]="restaurant"></restaurant-card>
</md-card>
</md-content>
They used to have multiple cards on one row when screen is wide because of the flex settings. Now I changed to use angular2-material directly, these flex settings no longer works.
How should I manage the responsive layouts now? Thank you very much!
NN77, scottschafer, moravcik and ClarkKent2017
Metadata
Metadata
Assignees
Labels
No labels