Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/janraasch/hugo-bearblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Jorgensen <andrew@jorgensenfamily.us>2022-09-15 04:26:34 +0300
committerGitHub <noreply@github.com>2022-09-15 04:26:34 +0300
commitfc2635f25d0906461b5a4c8ba9be29d92f3fb5e6 (patch)
treeed54e4b9bbcca4b054ca7da1029d9322eebd1bca
parentf70b720c7e4c3badc2997d3d53d635ba332f6c4d (diff)
Use `overflow-x: auto` to avoid spilling long lines (#49)
-rw-r--r--layouts/partials/style.html1
1 files changed, 1 insertions, 0 deletions
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 {