]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Add test case for grid inside callout breaking
authorGeoff Kimball <geoff@zurb.com>
Thu, 10 Mar 2016 17:40:42 +0000 (09:40 -0800)
committerGeoff Kimball <geoff@zurb.com>
Thu, 10 Mar 2016 17:40:56 +0000 (09:40 -0800)
testing/src/pages/grid-callout.html [new file with mode: 0644]

diff --git a/testing/src/pages/grid-callout.html b/testing/src/pages/grid-callout.html
new file mode 100644 (file)
index 0000000..ed8eda6
--- /dev/null
@@ -0,0 +1,34 @@
+<container>
+  <row>
+    <columns>
+      <table class="button expand">
+        <tr>
+          <td>
+            <table>
+              <tr>
+                <td>
+                  <center data-parsed=""><a href="http://zurb.com" align="center" class="text-center">Button</a></center>
+                </td>
+                <td class="expander"></td>
+              </tr>
+            </table>
+          </td>
+        </tr>
+      </table>
+      <table class="button expand">
+        <tr>
+          <td>
+            <table>
+              <tr>
+                <td>
+                  <center data-parsed=""><a href="http://zurb.com" align="center" class="text-center">Button</a></center>
+                </td>
+                <td class="expander"></td>
+              </tr>
+            </table>
+          </td>
+        </tr>
+      </table>
+    </columns>
+  </row>
+</container>