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/badge): content incorrectly truncated in M3 (#29854)
Fixes that at some point the M3 badge regressed to where the content was always being truncated. The regression was likely, because the previous setup was very fragile and it was relying on some tokens never being emitted.
These changes remove the need to rely on fallbacks and resolve the issue by setting the correct token values.
Fixes#29788.
0 commit comments