From 64a8ccb08277a206cb7e9cf6686e1f3f12baa560 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Sun, 28 Aug 2022 20:03:56 -0500 Subject: [PATCH] Tweak wrapping in manual CSS --- www/css/manual.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/css/manual.css b/www/css/manual.css index aa383d1e..653fa087 100644 --- a/www/css/manual.css +++ b/www/css/manual.css @@ -725,8 +725,7 @@ main.manual > nav ol{ figure code.xml, figure code.html, figure code.css{ - white-space: pre; - overflow-x: auto; + white-space: pre-wrap; } @keyframes highlight {