how to truncate text with respect to div height?

Viewed 10497

I have a div with height of 192px. I want to truncate text within div and want to show ... in the end. now due to large text, button is clipping as shown in the snapshot. This happens when I add html tags in it.

enter image description here

Can anyone help?

5 Answers
Related