diff options
author | Andrew Jorgensen <andrew@jorgensenfamily.us> | 2022-09-14 18:26:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-15 03:26:34 +0200 |
commit | fc2635f25d0906461b5a4c8ba9be29d92f3fb5e6 (patch) | |
tree | ed54e4b9bbcca4b054ca7da1029d9322eebd1bca /layouts | |
parent | f70b720c7e4c3badc2997d3d53d635ba332f6c4d (diff) | |
download | hugo-bearcub-fc2635f25d0906461b5a4c8ba9be29d92f3fb5e6.tar.gz hugo-bearcub-fc2635f25d0906461b5a4c8ba9be29d92f3fb5e6.tar.bz2 |
Use `overflow-x: auto` to avoid spilling long lines (#49)
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/style.html | 1 |
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 { |