Skip to content

Commit

Permalink
fix: resize graphconfig for current branch font size
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Feb 11, 2021
1 parent 0122a3d commit 3b55631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/public/js/graph-config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let GraphConfig = {
screen_width: window.innerWidth / 2,
width: 1600,
width: 1200,
height: 900,
}
2 changes: 1 addition & 1 deletion web/public/js/graph/git/branch-timeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function renderBranches(csv) {

let margin = {
top: 30,
right: 30,
right: 150,
bottom: 30,
left: 30
}
Expand Down

0 comments on commit 3b55631

Please sign in to comment.