From bcf70a53df5713c0bbbf539ce9208e38657af139 Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Fri, 26 Jun 2015 14:07:31 -0500 Subject: [PATCH] Fix line wrapping (wasn't disabling) --- source files/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source files/theme.css b/source files/theme.css index 22afbc6..b22f7c8 100644 --- a/source files/theme.css +++ b/source files/theme.css @@ -369,7 +369,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket { font-family: inherit; font-size: inherit; margin: 0; - white-space: pre-wrap; + white-space: pre; word-wrap: normal; line-height: inherit; color: inherit;