summaryrefslogtreecommitdiff
path: root/extras/html/themes/future
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-03 08:47:09 +0300
committerPaul Buetow <paul@buetow.org>2026-06-03 08:47:09 +0300
commit33453de97d005082fe1f3ebfd530df07b0f95fec (patch)
tree4cbb42ccca19856a9e09487466f837aebe935e6a /extras/html/themes/future
parentd78949902946a58f440ad9145c94282c1512f3b1 (diff)
Add white-space: pre-wrap to all theme pre blocks to prevent horizontal scrollbarsmain
Diffstat (limited to 'extras/html/themes/future')
-rw-r--r--extras/html/themes/future/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/html/themes/future/style.css b/extras/html/themes/future/style.css
index 3441ec9..a49d7f8 100644
--- a/extras/html/themes/future/style.css
+++ b/extras/html/themes/future/style.css
@@ -125,7 +125,7 @@ img {
pre {
font-family: code, monospace;
- overflow-x: auto;
+ white-space: pre-wrap;
background: #1e1e1e;
padding: 20px;
border-left: 4px solid #00ff9d;