feat: For changes in long tables do not print the entire table in the emailed diff (#4800)

This commit is contained in:
Tom Moor
2023-01-29 11:48:37 -08:00
committed by GitHub
parent 5473b698a4
commit 80a8f5b7e2
3 changed files with 139 additions and 63 deletions

View File

@@ -43,7 +43,7 @@ export default class Table extends Node {
toDOM() {
return [
"div",
{ class: "scrollable-wrapper" },
{ class: "scrollable-wrapper table-wrapper" },
[
"div",
{ class: "scrollable" },