Skip to content

Commit

Permalink
rm not needed scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Sep 27, 2017
1 parent 5bd0fff commit e2d4cd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class GraphDocs extends React.Component<
stack => this.state.widthMap[stack.field.path] || columnWidth,
)

return [rootWidth].concat(stackWidths).reduce((acc, curr) => acc + curr, 0)
return [rootWidth].concat(stackWidths).reduce((acc, curr) => acc + curr, 2)
}

componentDidMount() {
Expand Down

0 comments on commit e2d4cd8

Please sign in to comment.