summaryrefslogtreecommitdiff
path: root/src/static
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2014-06-24 18:46:41 +0100
committerJohn McLear <john@mclear.co.uk>2014-06-24 18:46:41 +0100
commit25ace65374cd13516f315d086f39062086817ea1 (patch)
tree380d6b23adf6842bf64076405c9574f0dd379582 /src/static
parentdb045c6ffdb7a89695fe6f545a4b33e0baaf146f (diff)
downloadetherpad-lite-25ace65374cd13516f315d086f39062086817ea1.zip
don't lose comment
Diffstat (limited to 'src/static')
-rw-r--r--src/static/css/iframe_editor.css2
1 files changed, 1 insertions, 1 deletions
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 {