docs(_code.scss): ensure code wraps correctly

Closes #726
This commit is contained in:
Peter Bacon Darwin 2016-01-22 10:46:55 +00:00
parent af2e8001e5
commit cd78ee0223
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
*/
.prettyprint {
white-space: pre-wrap;
background: $lightgrey;
font-family: $mono-font;
color: $darkgrey;