Commit c449dab161885f89331fee44bfb485df06fea1d2
1 parent
bbd12591
Exists in
master
and in
4 other branches
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,7 +5,7 @@ class BranchGraph | ||
5 | @mspace = 0 | 5 | @mspace = 0 |
6 | @parents = {} | 6 | @parents = {} |
7 | @colors = ["#000"] | 7 | @colors = ["#000"] |
8 | - @offsetX = 120 | 8 | + @offsetX = 150 |
9 | @offsetY = 20 | 9 | @offsetY = 20 |
10 | @unitTime = 30 | 10 | @unitTime = 30 |
11 | @unitSpace = 10 | 11 | @unitSpace = 10 |