From 495cf89a380f67ffa501ba0147261217f3ebe276 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 7 Dec 2020 11:45:42 -0500 Subject: [PATCH] remove overflow: auto but keep width the same --- ui/scss/component/_file-render.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/scss/component/_file-render.scss b/ui/scss/component/_file-render.scss index c3c87c51e..5a547fe84 100644 --- a/ui/scss/component/_file-render.scss +++ b/ui/scss/component/_file-render.scss @@ -91,8 +91,7 @@ .markdown-preview { height: 100%; - /*overflow: auto;*/ - width: 53rem; + width: 40rem; margin-left: auto; margin-right: auto; max-width: unset;