how to style for long text

Hi guys, how can I style for this text drop to a new line or truncate the text? because i'm creating an email template so a lot of properties is not suopported.
// this does not work
.truncate{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
image.png
Was this page helpful?