From 084b3322fe8c36a0770b932acd4119ac648d1581 Mon Sep 17 00:00:00 2001 From: Samuel Ryan Date: Mon, 9 Nov 2015 18:48:29 +0000 Subject: [PATCH] Scrolls code examples instead of word-wrapping them --- contents/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/style.scss b/contents/style.scss index 98bc3a5..21a1157 100644 --- a/contents/style.scss +++ b/contents/style.scss @@ -49,7 +49,7 @@ p { code { background-color: #fff; - word-wrap: break-word; + overflow: scroll; } .hero {