angular / components

Component infrastructure and Material Design components for Angular
https://material.angular.io
MIT License
24.36k stars 6.74k forks source link

bug(form-field): mat-label overlap mat-suffix #28743

Open RedHeadEmile opened 7 months ago

RedHeadEmile commented 7 months ago

Is this a regression?

The previous version in which this bug was not present was

15.x

Description

When the mat-label is too long, it overlap the mat-suffix of the mat-form-field.

Reproduction

Expected Behavior

Capture d’écran 2024-03-19 084043

Actual Behavior

Capture d’écran 2024-03-19 084335

Environment

mmalerba commented 7 months ago

Here's a repro for this bug: https://stackblitz.com/edit/amxngc?file=src%2Fexample%2Fform-field-appearance-example.html