diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-03 08:47:09 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-03 08:47:09 +0300 |
| commit | 33453de97d005082fe1f3ebfd530df07b0f95fec (patch) | |
| tree | 4cbb42ccca19856a9e09487466f837aebe935e6a /extras/html/themes/simple | |
| parent | d78949902946a58f440ad9145c94282c1512f3b1 (diff) | |
Add white-space: pre-wrap to all theme pre blocks to prevent horizontal scrollbarsmain
Diffstat (limited to 'extras/html/themes/simple')
| -rw-r--r-- | extras/html/themes/simple/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/html/themes/simple/style.css b/extras/html/themes/simple/style.css index 49bfd75..4284284 100644 --- a/extras/html/themes/simple/style.css +++ b/extras/html/themes/simple/style.css @@ -75,6 +75,7 @@ pre { background: #1e1e1e; padding: 20px; color: #ffffff; + white-space: pre-wrap; } span.inlinecode { |
