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 {