From d242f97d4278815eff81a52a046359614b843e31 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Wed, 23 Jul 2025 19:34:52 -0400 Subject: [PATCH] fix code block --- static/css/theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/theme.css b/static/css/theme.css index 97cc34f..2db3305 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -386,7 +386,8 @@ code { font-family: monospace; color: var(--color-accent); white-space: break-spaces; - word-wrap: normal; + word-wrap: break-word; + max-width:100%; } article pre {