Skip to content

Toggle text-overflow: ellipsis; for md-list-item's headline and supporting-text #5060

Closed Answered by hakataminamiWS
hakataminamiWS asked this question in Q&A
Discussion options

You must be logged in to vote

In conclusion, to apply the style like text-overflow: ellipsis; to headline and supporting-text of <md-list-item>, it seems that the following settings should be applied to each slots (slot="headline", "supporting-text").

display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;

example

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@asyncLiz
Comment options

@hakataminamiWS
Comment options

@hakataminamiWS
Comment options

@hakataminamiWS
Comment options

Answer selected by hakataminamiWS
@asyncLiz
Comment options

@hakataminamiWS
Comment options

@asyncLiz
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants