mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-06-15 10:44:41 -04:00
Merge pull request #2004 from ether/fix/walking-caret
Fix walking caret bug
This commit is contained in:
commit
8b821d42a2
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue