How does Gmail hide / trim / crop Subject line overflow?
This is not just a simple overflow: hidden because I tried it all. It must be something complicated.
The table width is 100% and NOT a fixed width, and the layout table is NOT "fixed", so the solution also cannot use this. Only one column is stretched, and the rest is a fixed width. I tried everything I could find on the Internet, they all fool with table-layout = "fixed".
source share