Skip to content

mat-expansion-panel-body with card list inside not flex-wrap: wrap #8073

@oussamaABID

Description

@oussamaABID

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions