diff --git a/client/app/scripts/charts/node.js b/client/app/scripts/charts/node.js index aa7e4cf39..6d969b37d 100644 --- a/client/app/scripts/charts/node.js +++ b/client/app/scripts/charts/node.js @@ -128,7 +128,7 @@ class Node extends React.Component {
diff --git a/client/app/styles/main.less b/client/app/styles/main.less index 2dfdd7448..c03e953b7 100644 --- a/client/app/styles/main.less +++ b/client/app/styles/main.less @@ -371,6 +371,12 @@ h2 { } .node-label-wrapper { + + // + // Base line height doesn't hop across foreignObject =/ + // + line-height: 150%; + // // inline-block so wrapper is only as wide as content. //