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(multiple): incosistent item text truncation when used together with MDC list (#23138)
The MDC option, option group and menu share some styles with the MDC list, but deliberately exclude others in order to allow the text to wrap. The problem is that if an MDC list is seen first on the page, its styles will conflict with the others.
These changes add an explicit override to avoid the conflict.
(cherry picked from commit 6e1cede)
0 commit comments