Merge pull request #2004 from ether/fix/walking-caret

Fix walking caret bug
This commit is contained in:
John McLear 2013-11-22 08:28:07 -08:00
commit 8b821d42a2
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: 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 */
}