From 7b9576216c4c208b94a1eacb6edd113179c983b2 Mon Sep 17 00:00:00 2001 From: Gibheer Date: Tue, 3 Dec 2013 21:45:12 +0100 Subject: [PATCH] don't wrap lines in code and pre elements --- templates/stylesheet/index.css.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/stylesheet/index.css.scss b/templates/stylesheet/index.css.scss index 3b9fb64..6052012 100644 --- a/templates/stylesheet/index.css.scss +++ b/templates/stylesheet/index.css.scss @@ -97,5 +97,6 @@ article { border-bottom: $standard-width / 10 solid $normal-color; margin-right: 25%; } + code, pre { word-wrap: initial; } } }