From a5e9fdbee921ef724929be8dc227ed11e350903d Mon Sep 17 00:00:00 2001 From: Gabriel Date: Mon, 7 Oct 2024 14:41:31 -0400 Subject: [PATCH] fix overflowing text --- static/css/theme.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/theme.css b/static/css/theme.css index 1b38ed7..356692d 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -353,6 +353,11 @@ blockquote { font-style: italic; } +blockquote code { + word-break: break-all; +} + + section ul, section ol, article ol,