From 65e64fdb12eafd702eff0363cf9ee6210c3ec72f Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Fri, 13 Mar 2026 17:27:19 -0500 Subject: fix overflow on pre elements --- theme/static/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'theme') diff --git a/theme/static/styles.css b/theme/static/styles.css index 120f733..d7b08f1 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -8,5 +8,6 @@ img { max-width: 100%; } .skip-link { display: none; } footer { margin: 2rem 0;} pre, blockquote { margin: 1rem 0; padding: 0.5rem; background-color: lightgrey; } +pre { overflow: auto; white-space: pre; } blockquote p { margin: 0; } -code { color: darkred; } \ No newline at end of file +code { color: darkred; } -- cgit v1.2.3