From bb6bc000120957e210d20f9166ed09d841c11f2b Mon Sep 17 00:00:00 2001 From: Minasokoni Date: Tue, 16 May 2017 11:33:59 -0700 Subject: [PATCH] Long single line responses wrapped --- src/style/_layout.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/style/_layout.scss b/src/style/_layout.scss index ad29547f..71adccea 100644 --- a/src/style/_layout.scss +++ b/src/style/_layout.scss @@ -467,9 +467,15 @@ body margin: 0; padding: 10px; + word-wrap: break-word; + word-break: break-all; + word-break: break-word; + hyphens: auto; + border-radius: 4px; background: #41444e; + overflow-wrap: break-word; @include text_code(#fff); span {