]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commit
Remove margins from anchor elements
authorStadly <magnar@myrtveit.com>
Wed, 7 Dec 2016 11:02:26 +0000 (12:02 +0100)
committerStadly <magnar@myrtveit.com>
Wed, 7 Dec 2016 11:02:26 +0000 (12:02 +0100)
commitd92912e9c1d757215990f40747923ef889b3319c
treeb3b9f7d3f1f51caf8964ef8b927d9500aed2bf5a
parent70b45041d07a54b9710c2003e9baaeaff0a2a4fe
Remove margins from anchor elements

There is a bug in Outlook 2016 (and possibly other versions) that leads
to a `p` element losing its `margin` if there is an `a` element inside
the `p`, and the `a` element has css `margin` specified. `a` elements
are by default inline and without margins, so it shouldn't cause any
problems to solved the issue by just not specifying `margin` for `a`
elements.
scss/components/_typography.scss