Scrolls code examples instead of word-wrapping them

This commit is contained in:
Samuel Ryan 2015-11-09 18:48:29 +00:00
parent ddf77f6f07
commit 084b3322fe

View File

@ -49,7 +49,7 @@ p {
code {
background-color: #fff;
word-wrap: break-word;
overflow: scroll;
}
.hero {