From 7b86eb09bc2235dd2683fb72601934dbcea3a9eb Mon Sep 17 00:00:00 2001 From: John McLear Date: Wed, 8 Apr 2015 09:24:19 +0100 Subject: [PATCH] new fix for #1766 --- src/static/css/iframe_editor.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/static/css/iframe_editor.css b/src/static/css/iframe_editor.css index c32ae3f06..b708e2f4d 100644 --- a/src/static/css/iframe_editor.css +++ b/src/static/css/iframe_editor.css @@ -113,6 +113,11 @@ body.doesWrap { word-wrap: break-word; /* fix for issue #1648 - firefox not wrapping long lines (without spaces) correctly */ } +body.doesWrap > div{ + /* Related to #1766 */ + white-space: pre-wrap; +} + #innerdocbody { padding-top: 1px; /* important for some reason? */ padding-right: 10px;