You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: