mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
Resolves Issue #901 -- fix client math for height of text node
This commit is contained in:
parent
01797c1e4d
commit
20f834c08e
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ var VisBranch = VisBase.extend({
|
|||
|
||||
return firefoxFix({
|
||||
w: maxWidth,
|
||||
h: textNode.clientHeight
|
||||
h: textNode.getBoundingClientRect().height,
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue