@for $i from 1 through $grid-column-count {
td.large-#{$i} center,
th.large-#{$i} center {
- min-width: -zf-grid-calc-px($i, $grid-column-count, $global-width);
+ min-width: -zf-grid-calc-px($i, $grid-column-count, $global-width) - ($global-gutter * 2);
}
}
--- /dev/null
+<!-- From https://github.com/zurb/foundation-emails/issues/185 -->
+<table class="container">
+ <tbody><tr>
+ <td>
+ <table class="row ">
+ <tbody><tr class="">
+ <th class="columns first last small-12 large-12 ">
+ <center>
+ <p class="text-center">
+ Sample text
+ </p>
+ </center>
+ </th>
+ </tr>
+ </tbody></table>
+ <table class="row collapse">
+ <tbody><tr class="">
+ <th class="columns first last small-12 large-12 ">
+ <center>
+ <p class="text-center">
+ Sample text
+ </p>
+ </center>
+ </th>
+ </tr>
+ </tbody></table>
+ </td>
+ </tr></tbody>
+</table>