feat: For changes in long tables do not print the entire table in the emailed diff (#4800)
This commit is contained in:
@@ -43,7 +43,7 @@ export default class Table extends Node {
|
||||
toDOM() {
|
||||
return [
|
||||
"div",
|
||||
{ class: "scrollable-wrapper" },
|
||||
{ class: "scrollable-wrapper table-wrapper" },
|
||||
[
|
||||
"div",
|
||||
{ class: "scrollable" },
|
||||
|
||||
Reference in New Issue
Block a user