I have been trying to do a line clamp with 2 lines for a certain div
container in my email but I'm unable to do it using pure CSS.
Basically, this is what I'm trying to achieve:
With one line, it should not have an ellipsis:
This is a single line of text of content
With multi-line, when the text is long, it should stick to 2 lines and add an ellipsis:
This a multiple line of text of content.
Here is the second line where it should ...
Is there any way to do this using only CSS?