From 2bb67321f909e70abbd30e41983eab8dd6ccc9f6 Mon Sep 17 00:00:00 2001 From: Shawn Erquhart Date: Tue, 1 Aug 2017 19:53:23 -0400 Subject: [PATCH] fix visual editor heading line height --- .../Widgets/Markdown/MarkdownControl/VisualEditor/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Widgets/Markdown/MarkdownControl/VisualEditor/index.css b/src/components/Widgets/Markdown/MarkdownControl/VisualEditor/index.css index 396f7302..69b85d6c 100644 --- a/src/components/Widgets/Markdown/MarkdownControl/VisualEditor/index.css +++ b/src/components/Widgets/Markdown/MarkdownControl/VisualEditor/index.css @@ -50,6 +50,7 @@ & h1, & h2, & h3, & h4, & h5, & h6 { font-weight: 700; + line-height: 1; } & p,