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
What behavior were you expecting to see? mat-list-item text should not overflow when using a mat-list inside mat-table rows.
Actual Behavior
What behavior did you actually see?
Long text overflows outside the parent container and does not truncate using ellipsis.
Environment
Angular: 8.0.0
CDK/Material: ~8.2.3
Browser(s): Chrome, Edge (Chromium)
Operating System (e.g. Windows, macOS, Ubuntu): Windows 10
Addtional Comments
I could chalk this up to my lack of CSS skills, but I fought with this enough today, so much that I gave up. It sure would be nice for this particular scenario to "just work".