KyleAMathews / typography.js

A powerful toolkit for building websites with beautiful design
http://kyleamathews.github.io/typography.js/
MIT License
3.83k stars 181 forks source link

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

Open cmavelis opened 4 years ago

cmavelis commented 4 years ago

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.