From 11599e01d77c18edd9046c41700cc5fc24e86b31 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Thu, 25 Nov 2021 23:56:10 -0600 Subject: [PATCH] Don't put page breaks in the middle of code blocks --- assets/css/bobastyle.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index 0e1bb86..2ac8075 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -607,6 +607,7 @@ li.disabled > .page-link:hover { pre { white-space: pre-wrap; overflow-wrap: anywhere; + break-inside: avoid; } .table-of-contents {