KyleAMathews / typography.js

A powerful toolkit for building websites with beautiful design

Home Page:http://kyleamathews.github.io/typography.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Edge browser <p> margin-bottom overrides <p> margin: 0

cmavelis opened this issue · comments

I was working with some text in Gatsby using typography, and someone pointed out that when they opened it in Edge, there were large margins after every <p>, when Chrome and Firefox had it looking as I had planned. It appears there's margin-bottom property being set in Edge that needs to be overwritten.