From 4a1c5e0a914b2759a77328d88512fb73e608b274 Mon Sep 17 00:00:00 2001 From: Le Tan Date: Mon, 17 Oct 2016 23:01:13 +0800 Subject: [PATCH] fix markdown.css Signed-off-by: Le Tan --- resources/markdown.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/markdown.css b/resources/markdown.css index 96a8076c..b1d3d2f8 100644 --- a/resources/markdown.css +++ b/resources/markdown.css @@ -80,10 +80,10 @@ code { pre code { margin: 0; padding: 0; - white-space: pre; border: none; background: transparent; white-space: pre-wrap; + overflow: auto; } aside { display: block;