Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(material/list): use flexbox to size mat-line elements (#19809)
Use `flex: auto` instead of `width: 100%` to size `.mat-list-text` elements. using `width: 100%` can lead to `.mat-list-text` sibling elements shrinking and having their content overflow.
- Loading branch information