我正在尝试在 mat-form-field 标签上显示多行。 我尝试使用
.mat-form-field-label { white-space: normal !important; }
但这与输入字段重叠。 对此我能做什么?
谢谢大卫
这不遵循 Material Design,因此不可能使用 Angular Material 来做到这一点。