From eba1e73c23d5476b577a72ac9fb7b69f2987e453 Mon Sep 17 00:00:00 2001 From: swag Date: Sun, 21 May 2023 01:20:26 -0400 Subject: [PATCH] smol tweak --- assets/css/post_text.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/post_text.css b/assets/css/post_text.css index a76afe9..8a3eac2 100644 --- a/assets/css/post_text.css +++ b/assets/css/post_text.css @@ -69,6 +69,7 @@ pre > code { background-color: var(--light-warm-gray); padding: 0.5em 0; margin-bottom: 0; + overflow-wrap: anywhere; } .site-nav {