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,