From 8edbfd3077958d3614334e92b43c423164c9675b Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 21 Nov 2021 00:04:29 -0600 Subject: [PATCH] Improve printing style - Allow wrapping in code blocks - Use 100% width --- assets/css/bobastyle.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index 959d2a6..f2e1876 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -583,6 +583,12 @@ li.disabled > .page-link:hover { body { background-color: white; + max-width: 100%; + } + + pre { + white-space: pre-wrap; + overflow-wrap: anywhere; } .table-of-contents {