From 5baa434da44f43a271f3fc59bd057de29d9ee9a3 Mon Sep 17 00:00:00 2001 From: SerKo Date: Fri, 8 Apr 2022 05:08:52 +0800 Subject: [PATCH] style: fix code block overflow --- layouts/_default/single.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index b4b1228..1408447 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -49,6 +49,7 @@ p:20_:where(pre) r:8_:where(pre) + overflow:auto_:where(pre) bg:gray-3_:where(pre,code:not(.highlight_*)) p:2;4_:where(code:not(.highlight_*)) r:4_:where(code:not(.highlight_*))