From 6178d4d02abcfaf6844cf51f4595a4b448beb542 Mon Sep 17 00:00:00 2001 From: Pyvain Date: Sun, 20 Sep 2020 00:54:21 +0200 Subject: [PATCH] fix code overflow without highlightjs --- assets/css/post-single.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/post-single.css b/assets/css/post-single.css index 5ccf49e5..5fb9af07 100644 --- a/assets/css/post-single.css +++ b/assets/css/post-single.css @@ -211,6 +211,7 @@ color: rgba(255, 255, 255, 0.8); background: transparent; border-radius: 0; + overflow-x: auto; } .post-content blockquote {