]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Add min-width to body to force 100% rendering on iPad
authorEric Morris <eric@zurb.com>
Fri, 3 Jan 2014 00:08:51 +0000 (16:08 -0800)
committerEric Morris <eric@zurb.com>
Fri, 3 Jan 2014 00:08:51 +0000 (16:08 -0800)
css/ink.css

index c61ed043f21c962755bcde4c787b1a843fdf24e9..e67d61e41d81f0c8c15c2ea2211e4ad06d008566 100644 (file)
@@ -10,6 +10,7 @@
 
 body{ 
   width:100% !important; 
+  min-width: 100%;
   -webkit-text-size-adjust:100%; 
   -ms-text-size-adjust:100%; 
   margin:0;