Closed
Description
Reproduction
Steps to reproduce:
- code to replicate
<button mat-fab color="accent" routerLink="/step1">CLICK HERE TO START</button>
Expected Behavior
The button should grow.
E.g. if we use the raised button it grows with text:
<button mat-raised-button color="accent" routerLink="/step1">CLICK HERE TO START</button>
Actual Behavior
The fab button doesn't grow to include all the text inside
Environment
- Angular: 9.1.0
- CDK/Material: 9.2.0
- Browser(s): Google Chrome
- Operating System: Ubuntu