]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Fix Outlook p margin bug, set margin to default on anchors inside paragraphs (fix...
authorJay Sitter <jsitter@mit.edu>
Wed, 3 May 2017 20:28:02 +0000 (16:28 -0400)
committerJay Sitter <jsitter@mit.edu>
Wed, 3 May 2017 20:28:02 +0000 (16:28 -0400)
scss/components/_typography.scss

index b48d8b85180261ba588edb2be871e200b5ed1d23..0ddd18a69227ba4ffd305abb6591e0f8f18fe6e4 100755 (executable)
@@ -243,6 +243,11 @@ p {
     line-height: $subheader-lineheight;
     color: $subheader-color;
   }
+
+  a { // To fix Outlook margin issue #421
+    Margin: default;
+    margin: default;
+  }
 }
 
 small {