[solved] How to force truncation

Hello,

how can I force truncation on a div, so “this is a long text” becomes “this is a lo…” based on the divs width.

Thanks

text-overflow: ellipsis should do the trick not sure if it works on ios or android…

1 Like

Thanks that works well for me.