Multi line label on mat-form-field

2.2k Views Asked by At

I'm trying to display multiple lines on a mat-form-field label. I tried to use

.mat-form-field-label {
   white-space: normal !important;
}

With white-space normal

But that overlaps the input field. What can I do about that?

Thanks, David

1

There are 1 best solutions below

0
On

This does not follow the Material Design and therefore it is not possible to do that with Angular Material.