In the same way that text-wraps but could truncate with an ellipsis, it would be good to have a maximum number of lines limit too, because even with wrapping sometimes the content is too long.
Instead of:
Producing:
I'm thinking of having a truncateLines(n) or similar function on the configuration.
In the same way that text-wraps but could truncate with an ellipsis, it would be good to have a maximum number of lines limit too, because even with wrapping sometimes the content is too long.
Instead of:
Producing:
I'm thinking of having a
truncateLines(n)
or similar function on the configuration.