Skip to content

Commit

Permalink
chore: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Caele committed Jan 14, 2021
1 parent acf6eb7 commit f934fa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/root.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f934fa9

Please sign in to comment.