mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04:00
Merge pull request #1505 from ether/fix-for-long-strings
very simple fix that might break other things but stops the caret focus ...
This commit is contained in:
commit
14dca92692
1 changed files with 4 additions and 0 deletions
|
@ -176,3 +176,7 @@ p {
|
||||||
}
|
}
|
||||||
|
|
||||||
#overlaysdiv { position: absolute; left: -1000px; top: -1000px; }
|
#overlaysdiv { position: absolute; left: -1000px; top: -1000px; }
|
||||||
|
|
||||||
|
.ace-line{
|
||||||
|
overflow:hidden; /* Stops super long lines without being spaces such as aaaaaaaaaaaaaa*100 breaking the editor */
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue