From fc2635f25d0906461b5a4c8ba9be29d92f3fb5e6 Mon Sep 17 00:00:00 2001 From: Andrew Jorgensen Date: Wed, 14 Sep 2022 18:26:34 -0700 Subject: [PATCH] Use `overflow-x: auto` to avoid spilling long lines (#49) --- layouts/partials/style.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/partials/style.html b/layouts/partials/style.html index 9be0c35..122a641 100644 --- a/layouts/partials/style.html +++ b/layouts/partials/style.html @@ -73,6 +73,7 @@ padding: 20px; white-space: pre-wrap; font-size: 14px; + overflow-x: auto; } div.highlight pre {