mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
don't lose comment
This commit is contained in:
parent
db045c6ffd
commit
25ace65374
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue