Commit c449dab161885f89331fee44bfb485df06fea1d2

Authored by Sato Hiroyuki
1 parent bbd12591

Fix bubble padding.

fix #3823
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/assets/javascripts/branch-graph.js.coffee
... ... @@ -5,7 +5,7 @@ class BranchGraph
5 5 @mspace = 0
6 6 @parents = {}
7 7 @colors = ["#000"]
8   - @offsetX = 120
  8 + @offsetX = 150
9 9 @offsetY = 20
10 10 @unitTime = 30
11 11 @unitSpace = 10
... ...