Skip to content
This repository has been archived by the owner on Dec 13, 2017. It is now read-only.

Commit

Permalink
Adding small spacer for graph.
Browse files Browse the repository at this point in the history
  • Loading branch information
cha55son committed May 18, 2014
1 parent 245f5dc commit 20f9d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/js/commitgraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
lineWidth: 2,
finished: function(graph) {
var graphWidth = (graph.boundingBox.x.max - graph.boundingBox.x.min) / graph.scaleFactor;
width = Math.min(graphWidth, $parent.width() * 0.5);
width = Math.min(graphWidth + 5, $parent.width() * 0.5);
self.els.$graphBox.css({
paddingTop: cellHeight + (cellHeight / 2) - (dotRadius / 2) - 10,
width: width,
Expand Down

0 comments on commit 20f9d96

Please sign in to comment.