If I have a text that needs to be trimmed down to 15 characters, like "I want to trim this text into 15 characters for example," the result should be something like "I want to limit..." in my email template.
Is there a way to achieve this using just CSS? Although I am aware that it can be done with JavaScript, but in this particular scenario, I believe it can't be achieved without it.