From 226bda5637bcf40ae708c06b5ce3bc9207373f19 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Tue, 14 Mar 2023 00:42:16 +1300 Subject: [PATCH] Allow preformatted blocks to scroll themselves --- static/main.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/main.css b/static/main.css index ff18c4b..3d3ed5a 100644 --- a/static/main.css +++ b/static/main.css @@ -8,6 +8,9 @@ pre, code { font-family: monospace; font-size: 0.85em; } +pre { + overflow-x: auto; +} ul, ol { list-style-type: initial; padding-left: 2em;