From 656e6a5cab7fbcd0fd3fb0c0638dba50b5b89aab Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 19 Jul 2014 13:04:11 +0700 Subject: [PATCH] for for wrapped lines in editor --- paper.css | 1 + 1 file changed, 1 insertion(+) diff --git a/paper.css b/paper.css index ff069c0..0c750b1 100644 --- a/paper.css +++ b/paper.css @@ -141,6 +141,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;} z-index: 2; position: relative; overflow: visible; + word-break: normal; } .CodeMirror-wrap pre { word-wrap: break-word;