-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Open
Labels
P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functionsarea: material/list
Description
Reproduction
Use StackBlitz to reproduce my issue: https://components-issue-raav17.stackblitz.io
Steps to reproduce:
- Generate Angular Project
- Install newest Version of Material ( "@angular/material": "^10.0.0",)
- Create a MatList with MatListItems
- Use the matLine Component (Directive) within a span and add a button too
- Create a new MatListItem without the matLine Directive and a between the span and the button
Expected Behavior
In the StackBlitz Example the Button of the second MatListItem should get displayed as the first one.
Actual Behavior
In the StackBlitz Example the Button of the second MatListItem gets squished.
Environment
Metadata
Metadata
Assignees
Labels
P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functionsarea: material/list