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

column auto-size don't work on small screens #58

Open son-link opened 6 years ago

son-link commented 6 years ago

I. While I was doing tests for write a turorial on spanish for my blog i found a error, column auto-size don't work correctly on small screens. I create 4 columns and set small parameter to 6, minus the last column:

<row>
  <column small="6">Columna 1</column>
  <column small="6">Columna 2</column>
  <column small="6">Columna 3</column>
  <column>Columna 4</column>
 </row>

The result is this:

Is a error or the result is like this? Thanks in advance