From f757c2ad7d168beaa25e9811fe2d3889c4d9dd86 Mon Sep 17 00:00:00 2001 From: Nathan Upchurch Date: Mon, 10 Nov 2025 20:01:20 -0600 Subject: [PATCH] Fix breaking mid-word in elements --- public/css/index.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/public/css/index.css b/public/css/index.css index 1c19b6b..0d17eb1 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -604,9 +604,6 @@ pre:not([class*="language-"]) { word-spacing: normal; word-break: normal; } -code { - word-break: break-all; -} /* Footnotes */ .footnotes-list {