mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -04:00
editor/performance: Fix performance for large pads (#4267)
* Fix line numbers top padding This old rule was conflicting with new css rules introduced in 1.8.4 * Fixes #4228 Performance degradation for long pads Due to layout trashing when calculating new heights
This commit is contained in:
parent
da459888dc
commit
818194da90
2 changed files with 49 additions and 63 deletions
|
@ -38,10 +38,6 @@ html.inner-editor {
|
|||
word-wrap: break-word;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
#innerdocbody, #sidediv {
|
||||
padding-top: 10px; /* Both must have same top padding, so line number are aligned with the rows */
|
||||
padding-bottom: 10px; /* some space when we scroll to the bottom */
|
||||
}
|
||||
|
||||
#innerdocbody a {
|
||||
color: #2e96f3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue