From b99bbc385ace3077224bd766c41239da0f28803a Mon Sep 17 00:00:00 2001 From: Skia Date: Wed, 26 Jul 2017 18:41:21 +0200 Subject: [PATCH] css: fix overflow problem Signed-off-by: Skia --- core/static/core/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/core/static/core/style.scss b/core/static/core/style.scss index 6eb014fd..387285e9 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -253,6 +253,7 @@ h6 { p, pre { margin-top: 1em; margin-left: 0px; + overflow: auto; } ul, ol, dl {