From 511fcce55345adb2a6b05cf058fd4d238abcc521 Mon Sep 17 00:00:00 2001 From: hmhealey Date: Wed, 23 Sep 2015 17:42:57 -0400 Subject: Restricted markdown output to only appear on one line when in singleline mode --- web/sass-files/sass/partials/_markdown.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'web/sass-files/sass') diff --git a/web/sass-files/sass/partials/_markdown.scss b/web/sass-files/sass/partials/_markdown.scss index c09e9d7b4..bccea6e0e 100644 --- a/web/sass-files/sass/partials/_markdown.scss +++ b/web/sass-files/sass/partials/_markdown.scss @@ -1,6 +1,12 @@ .markdown__heading { font-weight: bold; } +.markdown__paragraph-inline { + display: inline; + + .markdown__paragraph-inline { + margin-left: 4px; + } +} .markdown__table { background: #fff; margin: 5px 0 10px; @@ -25,4 +31,4 @@ pre { code { color: #c7254e; } -} \ No newline at end of file +} -- cgit v1.2.3-1-g7c22