gah can only do 1/2 a fix

This commit is contained in:
John McLear 2014-06-24 19:02:40 +01:00
parent 25ace65374
commit b657676bdd
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,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 */
white-space: pre-wrap; /*Must be pre-wrap to keep trailing spaces. Otherwise you get a zombie caret, walking around your screen (see #1766), WARNING: Enabling this causes Paste as plain text in Chrome to remove line breaks, this is probably undesirable */
word-wrap: break-word; /* fix for issue #1648 - firefox not wrapping long lines (without spaces) correctly */
}