From 1b1230e8370e3a1db65a91b8646bba96934637cd Mon Sep 17 00:00:00 2001 From: swaggboi Date: Sat, 8 Jul 2023 00:52:11 -0400 Subject: [PATCH] Small style tweak for word wrapping in code blocks --- assets/css/elements.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/elements.css b/assets/css/elements.css index 5ef96cb..d1ccb41 100644 --- a/assets/css/elements.css +++ b/assets/css/elements.css @@ -44,6 +44,7 @@ pre > code { padding: 0.5em 1em; display: inline-block; width: 100%; + overflow-wrap: anywhere; } a:hover { cursor: url('/cursors/finger.cur'), auto; }