https://jsfiddle.net/n0260s1L/3/
Is what I have. Text of div.summary goes outside of it's planned content. Even when told not to. The only solution to this is overflow: none; in "super-parent" div.mail. But it ignores: text-overflow: ellipsis;.
How can I limit content of this div (div.summary) and have text-overflow: ellipsis working at the same time, by changing CSS?