From 25ace65374cd13516f315d086f39062086817ea1 Mon Sep 17 00:00:00 2001 From: John McLear Date: Tue, 24 Jun 2014 18:46:41 +0100 Subject: [PATCH] don't lose comment --- src/static/css/iframe_editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/css/iframe_editor.css b/src/static/css/iframe_editor.css index dba9fe8e..a2930c0f 100644 --- a/src/static/css/iframe_editor.css +++ b/src/static/css/iframe_editor.css @@ -76,7 +76,7 @@ body.grayedout { background-color: #eee !important } body.doesWrap { /* white-space: pre-wrap; */ /* Enabling this causes Paste as plain text in Chrome to remove line breaks, this is probably undesirable */ - word-wrap: break-word; + word-wrap: break-word; /* fix for issue #1648 - firefox not wrapping long lines (without spaces) correctly */ } #innerdocbody {