diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss index 7b2aada5a0..be64d93221 100644 --- a/app/assets/stylesheets/framework/typography.scss +++ b/app/assets/stylesheets/framework/typography.scss @@ -16,8 +16,9 @@ code { font-family: $monospace_font; - white-space: pre; + white-space: pre-wrap; word-wrap: normal; + word-break: break-word; } kbd {