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

Button and width 100% #75

Open Leolik opened 6 years ago

Leolik commented 6 years ago

how set width 100% for button? I tried set width in styles and as attribute - nothing

Chococoin commented 5 years ago

Hi, try to reset margin.

Leolik commented 5 years ago

Hi, try to reset margin.

tried, not help

for fix I need add some styles for .button__table and .button__link. but I think it should work out of the box, when I add width 100% attribute for heml button (it allowed block element styles)

image