diff options
-rw-r--r-- | src/static/css/iframe_editor.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/css/iframe_editor.css b/src/static/css/iframe_editor.css index 3ed5322d..cee07d26 100644 --- a/src/static/css/iframe_editor.css +++ b/src/static/css/iframe_editor.css @@ -75,7 +75,7 @@ body.grayedout { background-color: #eee !important } } body.doesWrap { - white-space: normal; + white-space: pre-wrap; /*Must be pre-wrap to keep trailing spaces. Otherwise you get a zombie caret, walking around your screen (see #1766) */ word-wrap: break-word; /* fix for issue #1648 - firefox not wrapping long lines (without spaces) correctly */ } |