From ebb91c7f0428ade28d78bcec4c02b60258cdab68 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Date: Wed, 6 Apr 2016 09:15:01 -0700 Subject: Wrap code blocks to next line --- app/assets/stylesheets/framework/typography.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss index 7b2aada5a0d..be64d932213 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 { -- cgit v1.2.1