Card's width is always 100%.
Demo
I would adapt mat-card width to fit text width ( with some padding )
<mat-card>Simple card</mat-card>
You should apply to mat-card
the css I wrote below.
mat-card{
width: fit-content;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With