Open
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.