From ef512944b07e25d303c1a3564fa490367aa8a887 Mon Sep 17 00:00:00 2001 From: Koen Woortman Date: Sun, 13 Dec 2020 21:22:04 +0100 Subject: [PATCH] Fix horizontal flow on highlighted code blocks --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 0abc409..f482aa5 100644 --- a/static/style.css +++ b/static/style.css @@ -402,6 +402,7 @@ img { margin-bottom: 32px; background: var(--hljs-bg) !important; border-radius: var(--radius); + overflow-x: auto; } .post-content ul pre { margin-left: calc(var(--gap) * -2);