Trim overflow text in css?

css, html, trim

Solution

Maybe you can try

text-overflow:ellipsis;

http://davidwalsh.name/css-ellipsis

Problem

Is it possible to trim the ending of the text? INPUT this is an extremely very long text RESULT this is an ...

Original source

Related problems