Commit e6224942cee8f02d96e51098552a738f1d89860f

Authored by Dmitriy Zaporozhets
2 parents 7ed78d42 c449dab1

Merge pull request #3935 from hiroponz/fix-bubble-padding

Fix bubble padding.
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
... ...