Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

fix(list): multi-line inner-text-container should not overflow #7272

Closed

Conversation

devversion
Copy link
Member

At the moment in a multi line list, the text content will always break the layout when a text is overflowing.

  • That's why the ellipsis indicator wasn't working too

This can be fixed by keeping the initial inner-list container in place, by ignoring overflow.
Now the list design won't break and the ellipsis will show as expected.

Fixes #7065

At the moment in a multi line list, the text content will always break the layout when a text is overflowing.
- That's why the ellipsis indicator wasn't working too

This can be fixed by keeping the initial inner-list container in place, by ignoring overflow.
Now the list design won't break and the ellipsis will show as expected.

Fixes angular#7065
@ThomasBurleson ThomasBurleson added the pr: merge ready This PR is ready for a caretaker to review label Feb 26, 2016
@ThomasBurleson ThomasBurleson added this to the 1.0.6 milestone Feb 26, 2016
@ThomasBurleson ThomasBurleson self-assigned this Feb 26, 2016
@devversion devversion deleted the fix/list-multiline-overflow branch April 19, 2016 19:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
- Breaking Change pr: merge ready This PR is ready for a caretaker to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Text overflow not working on h3,h4 in md-list-item
2 participants