don't lose comment

This commit is contained in:
John McLear 2014-06-24 18:46:41 +01:00
parent db045c6ffd
commit 25ace65374
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ body.grayedout { background-color: #eee !important }
body.doesWrap { body.doesWrap {
/* white-space: pre-wrap; */ /* Enabling this causes Paste as plain text in Chrome to remove line breaks, this is probably undesirable */ /* 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 { #innerdocbody {