From e55b4de773b6ab2dbb417b5cfb627aa24c18ffe8 Mon Sep 17 00:00:00 2001 From: Swissky <12152583+swisskyrepo@users.noreply.github.com> Date: Sat, 21 May 2022 22:02:05 +0200 Subject: [PATCH] Fix whitespace pre --- _sass/_highlights.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_sass/_highlights.scss b/_sass/_highlights.scss index 57c7b72..12c20ad 100755 --- a/_sass/_highlights.scss +++ b/_sass/_highlights.scss @@ -10,6 +10,10 @@ overflow: scroll; } +.highlight pre{ + white-space: pre-wrap; +} + code { font-family:'Bitstream Vera Sans Mono','Courier', monospace; }