lifts the break-all and sets a max-width on code for long lines

This commit is contained in:
Ashley Blewer 2017-11-28 16:06:43 -05:00
parent 1d1b3e4eac
commit 10b8e4c941

View File

@ -118,7 +118,7 @@ code {
color: #c7254e; color: #c7254e;
background-color: #f9f2f4; background-color: #f9f2f4;
border-radius: 4px; border-radius: 4px;
word-break: break-all; max-width: 800px;
word-wrap: break-word; word-wrap: break-word;
white-space: normal; white-space: normal;
display: inline-block; display: inline-block;