CSS multiline text with ellipsis
Hello all,
Unfortunately this hacks only works on webkit based browsers. The CSS property text-overflow
is originally meant to be used on single-line text only.
However you can use the following hack to obtain a pure CSS multiline text with ellipsis: