From f934fa929dc4e204a917e6a6fee71fe939c5d2bd Mon Sep 17 00:00:00 2001 From: caele Date: Thu, 14 Jan 2021 10:23:22 +0100 Subject: [PATCH] chore: add comment --- src/root.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/root.jsx b/src/root.jsx index e767511..1619b44 100644 --- a/src/root.jsx +++ b/src/root.jsx @@ -21,6 +21,7 @@ class Root extends React.PureComponent { columnSeparatorWidth = '8px'; } } else { + // 230 is the left "header", rest is magic margins const headerMarginRight = 8 + 230 + 20; const borderWidth = 1; const rowCellCount = data.matrix[0].length;