diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index ded813e657..2bb29b6863 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -106,6 +106,9 @@ pre { when body is the default 14 px */ font-size: 0.929em; line-height: inherit; + white-space: pre; + overflow-x: auto; + word-wrap: normal; } pre code {