mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 16:38:50 +02:00
Resolves #901 again -- for git tags
This commit is contained in:
parent
278bdac0a4
commit
17161c6379
1 changed files with 3 additions and 3 deletions
|
@ -24,8 +24,8 @@ var VisTag = VisBase.extend({
|
||||||
offsetX: GRAPHICS.nodeRadius,
|
offsetX: GRAPHICS.nodeRadius,
|
||||||
offsetY: GRAPHICS.nodeRadius,
|
offsetY: GRAPHICS.nodeRadius,
|
||||||
|
|
||||||
vPad: 2,
|
vPad: 4,
|
||||||
hPad: 2,
|
hPad: 4,
|
||||||
|
|
||||||
animationSpeed: GRAPHICS.defaultAnimationTime,
|
animationSpeed: GRAPHICS.defaultAnimationTime,
|
||||||
animationEasing: GRAPHICS.defaultEasing
|
animationEasing: GRAPHICS.defaultEasing
|
||||||
|
@ -182,7 +182,7 @@ var VisTag = VisBase.extend({
|
||||||
|
|
||||||
return firefoxFix({
|
return firefoxFix({
|
||||||
w: maxWidth,
|
w: maxWidth,
|
||||||
h: textNode.clientHeight
|
h: textNode.getBoundingClientRect().height,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue