From 038b6780d26064639329c77cf86bbc1018c34b7c Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Fri, 3 May 2019 19:50:27 -0400 Subject: [PATCH] commento-common.scss: preserve newline in code blocks Closes https://gitlab.com/commento/commento/issues/164 --- frontend/sass/commento-common.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/sass/commento-common.scss b/frontend/sass/commento-common.scss index 90fb6c8..4c9c12f 100644 --- a/frontend/sass/commento-common.scss +++ b/frontend/sass/commento-common.scss @@ -3,6 +3,7 @@ code { font-family: monospace; font-size: 13px; + white-space: pre; } a {