You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(material/form-field): outline gap not recalculated when switching to empty label (#23949)
We had a condition where `updateOutlineGap` wouldn't do anything if the label is empty. The problem is that the label could start off with content and then switch to being empty.
These changes set the gap labels to zero width if the gap element is empty.
Fixes#23943.
0 commit comments