
1
Something has changed in GMAIL!!!
Anyone else had emails that were delivered to gmail web accounts yesterday and were working fine, but today are all broken?
Anyone else had emails that were delivered to gmail web accounts yesterday and were working fine, but today are all broken?
No changes here...
I noticed this too.
Seems like it is applying 100% width from my media queries to the tables and doing some weird forced mobile version.
Trying to figure out what's up.
Yep, getting the same here. Tables going full width and messing everything up. I'll have a look and see what I can find out and post here
I believe I found out what was going on. At least in my case, i had descendant selector for my tables, telling them all to go 100% when mobile.
So it was
table table {width: 100% !important;}
removing that line seems to have done the trick...
Haven't tested if it will apply to anything without a class or just with descendant..to tired right now, will play around with that tomorrow.
Hope it helps.
Z