From: Jay Sitter Date: Wed, 3 May 2017 20:28:02 +0000 (-0400) Subject: Fix Outlook p margin bug, set margin to default on anchors inside paragraphs (fix... X-Git-Tag: v2.4.0^2~14^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37ff7ac3171dd2ea15195f2b1ef48d1090436796;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Fix Outlook p margin bug, set margin to default on anchors inside paragraphs (fix #421) --- diff --git a/scss/components/_typography.scss b/scss/components/_typography.scss index b48d8b85..0ddd18a6 100755 --- a/scss/components/_typography.scss +++ b/scss/components/_typography.scss @@ -243,6 +243,11 @@ p { line-height: $subheader-lineheight; color: $subheader-color; } + + a { // To fix Outlook margin issue #421 + Margin: default; + margin: default; + } } small {