From 95002ba6e54fd1012b126a5876e1f198a78df071 Mon Sep 17 00:00:00 2001 From: Owen Conti Date: Thu, 19 Oct 2017 14:44:17 -0600 Subject: [PATCH] Fixes #3783 Remove extra styles for .renderedMarkdown content. --- src/style/_layout.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/style/_layout.scss b/src/style/_layout.scss index 95584a7c..e0d40550 100644 --- a/src/style/_layout.scss +++ b/src/style/_layout.scss @@ -768,14 +768,6 @@ } } -.renderedMarkdown { - p { - @include text_body(); - margin-top: 0px; - margin-bottom: 0px; - } -} - .response-content-type { padding-top: 1em;