From f70758c62194ee7624f401d3ea0770eb73c780ab Mon Sep 17 00:00:00 2001 From: caicai8 <1149225589@qq.com> Date: Thu, 29 Aug 2019 15:56:06 +0800 Subject: [PATCH] =?UTF-8?q?MD=E6=B8=B2=E6=9F=93=E5=90=8E=E6=AE=B5=E8=90=BD?= =?UTF-8?q?=E7=9A=84=E8=A1=8C=E9=AB=98=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/App.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/react/src/App.css b/public/react/src/App.css index 2b3d8d08c..42e40f8c8 100644 --- a/public/react/src/App.css +++ b/public/react/src/App.css @@ -55,6 +55,9 @@ html, body { .markdown-body p { white-space: pre-wrap; } +.markdown-body > p { + line-height: 25px; +} /* https://www.educoder.net/courses/2346/group_homeworks/34405/question */ .renderAsHtml.markdown-body p { white-space: inherit;