From 33453de97d005082fe1f3ebfd530df07b0f95fec Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 3 Jun 2026 08:47:09 +0300 Subject: Add white-space: pre-wrap to all theme pre blocks to prevent horizontal scrollbars --- extras/html/themes/business/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/html/themes/business') diff --git a/extras/html/themes/business/style.css b/extras/html/themes/business/style.css index 43898f7..ebe4615 100644 --- a/extras/html/themes/business/style.css +++ b/extras/html/themes/business/style.css @@ -106,7 +106,7 @@ img { pre { font-family: code, monospace; - overflow-x: auto; + white-space: pre-wrap; background: #f0f0f0; padding: 20px; border-left: 4px solid #1a73e8; -- cgit v1.2.3