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

Layout precision using different column widths #73

Open fabianhijlkema opened 6 years ago

fabianhijlkema commented 6 years ago

First of all, thanks for creating a very nice language and cli.

I was playing around with it when came across the following. When I would create a table-like structure over multiple rows, for example with the following column-size structure...

6-2-2-2 6-4-2 6-2-2-2

You would expect the columns to align perfectly with each other (like it would using table colspans), except it is not the the case. The column-widths are percentage-based and sometimes their widths add up to 101% and not 100% creating differences between rows with different structures. If the percentages weren't rounded, but precise, this wouldn't be the case. Although I'm not sure if this is cross-browser supported. See screenshot for reference.

screen shot 2018-06-04 at 21 55 31

Thanks

fabianhijlkema commented 5 years ago

Abandoned project?