Merge pull request #3092 from Minasokoni/wordwrapfix

Long single line responses wrapped with css
This commit is contained in:
shockey
2017-05-19 18:46:28 -07:00
committed by GitHub

View File

@@ -492,11 +492,18 @@ body
margin: 0;
padding: 10px;
word-wrap: break-word;
word-break: break-all;
word-break: break-word;
hyphens: auto;
white-space: pre-wrap;
border-radius: 4px;
background: #41444e;
overflow-wrap: break-word;
@include text_code(#fff);
span
{