Skip to content
Snippets Groups Projects
Commit 8b821d42 authored by John McLear's avatar John McLear
Browse files

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

Fix walking caret bug
parents 117a4ab1 5d803a05
Branches
Tags
No related merge requests found
......@@ -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 */
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment