hello
Bug :
I have list of cards <mat-card> inside <mat-expansion>
my card have min size in px , so the mat-expansion is not flex-wrap: wrap
all my cards are displayed in one row, with scroll X
my fixe :
.mat-expansion-panel-body {
flex-wrap: wrap;
}
hello
Bug :
I have list of cards
<mat-card>inside<mat-expansion>my card have min size in px , so the mat-expansion is not flex-wrap: wrap
all my cards are displayed in one row, with scroll X
my fixe :