]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Add missing !important declaration on media query rule.
authorEric Morris <elm232@cornell.edu>
Fri, 15 Nov 2013 18:39:11 +0000 (10:39 -0800)
committerEric Morris <elm232@cornell.edu>
Fri, 15 Nov 2013 18:39:11 +0000 (10:39 -0800)
css/ink.css

index 6dc2f54e552159c151699ba7a8849ff872188965..468ab34c08b0dd08cca3a009a8291ef97755234e 100644 (file)
@@ -686,7 +686,7 @@ body.outlook img {
 
   table[class="body"] table.columns td,
   table[class="body"] table.column td {
-    width: 100%;
+    width: 100% !important;
   }
 
   table[class="body"] td.offset-by-one,
@@ -720,4 +720,4 @@ body.outlook img {
   table[class="body"] .hide-for-desktop {
     display: inherit !important;
   }
-}
\ No newline at end of file
+}