From 443b7ce1dcbfec23ccf79cf8d931ff09dbafa82a Mon Sep 17 00:00:00 2001 From: CrimsonTome Date: Sun, 30 Oct 2022 13:45:27 +0000 Subject: [PATCH] fix(index.css): code block wrap --- css/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/index.css b/css/index.css index 46c7256..0037357 100644 --- a/css/index.css +++ b/css/index.css @@ -139,6 +139,7 @@ code { "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace; line-height: 1.5; + white-space: pre-wrap !important; } pre {