SparkPost / heml

HEML is an open source markup language for building responsive email.
https://heml.io
MIT License
4.33k stars 157 forks source link

Horizontal scrollbars in Outlook #64

Open beckjo opened 6 years ago

beckjo commented 6 years ago

Hi Does anyone also get horizontal scrollbars in outlook? I'm currently testing on outlook 2016 and outlook 2010. The scrollbar also appears if I take the example code from the heml online editor (https://heml.io/editor). image001

ingomc commented 6 years ago

I think this comes from width:100%; What worked for me was to set the width of the body to 99% in the head, style-tag

`

`

beckjo commented 6 years ago

Thanks for your feedback. In my case I need to set the 99% to the body "style", the bodyTable "with" and "style" attribute.