line-clamp to take message also #324
amitu
started this conversation in
Ideas & RFCs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently we have implemented line-clamp as optional integer. As per the spec line-clamp can take both integer and an optional message to show when clamping lines.
We currently accept this:
Where
line-clampisoptional integer.line-clampis actually a shorthand for CSS properties,max-lines,block-elipsesanddiscard. Maybe we should dropline-clampin favour of these three?Beta Was this translation helpful? Give feedback.
All reactions