From 358a9aa623480da6baff967299851d9f258b522d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Combe=20Beno=C3=AEt?= Date: Thu, 7 Dec 2023 11:39:39 -0500 Subject: [PATCH] fix(css): fix horizontal scrolling off code snippets on mobile devices (#70) --- assets/scss/main.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/scss/main.scss b/assets/scss/main.scss index 34c413c..326ca00 100644 --- a/assets/scss/main.scss +++ b/assets/scss/main.scss @@ -63,7 +63,6 @@ pre code { overflow-wrap: break-word; overflow-x: auto; word-break: break-word; - white-space: pre-wrap; } code {