From ddddc0af088c740e8680bfbb7912daba8eabdc6a Mon Sep 17 00:00:00 2001 From: Guy Ben-Aharon Date: Thu, 29 Aug 2024 09:12:10 +0300 Subject: [PATCH] update max table size --- src/pages/editor-page/canvas/table-node.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/editor-page/canvas/table-node.tsx b/src/pages/editor-page/canvas/table-node.tsx index 8c71b103..08a12a16 100644 --- a/src/pages/editor-page/canvas/table-node.tsx +++ b/src/pages/editor-page/canvas/table-node.tsx @@ -20,7 +20,7 @@ export type TableNodeType = Node< 'table' >; -const MAX_TABLE_SIZE = 600; +const MAX_TABLE_SIZE = 450; const MIN_TABLE_SIZE = 224; export const TableNode: React.FC> = ({