Long single line responses wrapped
This commit is contained in:
@@ -467,9 +467,15 @@ body
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
||||||
|
word-wrap: break-word;
|
||||||
|
word-break: break-all;
|
||||||
|
word-break: break-word;
|
||||||
|
hyphens: auto;
|
||||||
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background: #41444e;
|
background: #41444e;
|
||||||
|
|
||||||
|
overflow-wrap: break-word;
|
||||||
@include text_code(#fff);
|
@include text_code(#fff);
|
||||||
span
|
span
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user