Slicejack/bojler

Gmail isn't responsive

laurensf opened this issue · 5 comments

The template in Gmail isn't responsive. If I remove every styling which contains :sm and @sm it seems to work again.

It looks like gmail is also ignoring classnames with the ":" character now. Modifying _utilities.scss to use class names like px-1-sm seems to work ok.

Hi @laurensf, you're talking about web-browser version of Gmail or an smartphone application?

Thanks for your report!

@alenvuletic , I was able to see this issue as well. I'm using the Gmail app for Android.

Hi @alenvuletic. I had this problem with the IOS Gmail app and also with the mobile web-browser version of Gmail

Hi @laurensf and @dcpedit, I've added new responsive utility classes for you with "-" character (bf5aaf0). Updates are released with v4.1.4.

Thanks for your contribution!