From: Dan Brown Date: Mon, 15 Nov 2021 11:37:17 +0000 (+0000) Subject: Removed extra border around markdown editor box X-Git-Tag: v21.11~1^2~4 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/226f296c9c68c532cf5cefec196c8fd1e46dbca9 Removed extra border around markdown editor box --- diff --git a/resources/sass/_codemirror.scss b/resources/sass/_codemirror.scss index e419ab524..330923d4f 100644 --- a/resources/sass/_codemirror.scss +++ b/resources/sass/_codemirror.scss @@ -439,6 +439,7 @@ html.dark-mode .CodeMirror pre { width: 100%; height: 100%; margin-bottom: 0; + border: 0; } /**