From 6f79c6c5909f3fca34d77b8b745f61967dc846d2 Mon Sep 17 00:00:00 2001 From: Skia Date: Wed, 9 Aug 2017 22:02:41 +0200 Subject: [PATCH] core: fix paragraph annoying scroll bar Signed-off-by: Skia --- core/static/core/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/static/core/style.scss b/core/static/core/style.scss index 4bec0e2f..ca5997e3 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -255,7 +255,6 @@ h6 { p, pre { margin-top: 1em; margin-left: 0px; - overflow: auto; } ul, ol, dl { @@ -270,6 +269,8 @@ dt { code { font-family: monospace; + overflow: auto; + max-width: 100%; } blockquote {