Fix graph title space

This commit is contained in:
Ian Gulliver
2019-07-10 22:23:06 +00:00
parent 103aacfc42
commit d22fb20da5
2 changed files with 3 additions and 4 deletions

View File

@@ -246,7 +246,6 @@ class Architype {
fixSizes() {
for (let node of this.toSize_) {
console.log(node, node.scrollHeight, node.clientHeight);
node.style.fontSize = null;
for (let size = 30;
size && (node.scrollWidth > node.clientWidth ||