AE
0
Pixel Gmail Android Padding Issue
Hi everyone, I'm having an issue where bottom padding is not being respected only on Pixel Gmail app. Has anyone experienced this?

Hi everyone, I'm having an issue where bottom padding is not being respected only on Pixel Gmail app. Has anyone experienced this?
I have. This may not be the best solution but I've set the padding for that row at 0 and added a new row in between them with a non-breaking space. I set the line height and the font size at 1 and the bottom padding at 31 (or whatever distance you want). it's a cheap hack that everything seems to respect, or at least that I've seen in our tests (So far...knock on wood)
Hey, thanks for your comment. I was able to target gmail and mobile only using this solution:
https://freshinbox.com/blog/targeting-new-gmail-css/
div > u ~ div .gmail{
padding-bottom:20px !important;
}
Hi Aman,
Nice to see you found a solution.
Just out of interest, can I ask, what you were originally setting the padding on?
Div, td, tr etc...?