diff --git a/public/resources/css/module/_code.scss b/public/resources/css/module/_code.scss index 44c9c97266..3f66dcbb31 100644 --- a/public/resources/css/module/_code.scss +++ b/public/resources/css/module/_code.scss @@ -23,6 +23,7 @@ */ .prettyprint { + white-space: pre-wrap; background: $lightgrey; font-family: $mono-font; color: $darkgrey;