I have this review box seen in image below. It is a div. I set the width and height on the box, and I have float element to the right.
Now the text is overflowing the box, I want it to show ellipsis instead of overflowing. I tried overflow:hidden
on the box and it didn't work.