diff --git a/client/app/scripts/charts/nodes-chart.js b/client/app/scripts/charts/nodes-chart.js index 573440cfc..4fc139a0f 100644 --- a/client/app/scripts/charts/nodes-chart.js +++ b/client/app/scripts/charts/nodes-chart.js @@ -227,7 +227,9 @@ export default class NodesChart extends React.Component { {errorEmpty} {errorMaxNodesExceeded} - + + + {edgeElements} diff --git a/client/app/styles/main.less b/client/app/styles/main.less index 716c1699d..762397e9d 100644 --- a/client/app/styles/main.less +++ b/client/app/styles/main.less @@ -165,6 +165,12 @@ h2 { height: 80px; z-index: 20; display: flex; + + .logo { + margin: -8px 0 0 64px; + height: 64px; + width: 250px; + } } .footer { @@ -206,12 +212,6 @@ h2 { } } -.logo { - margin: -8px 0 0 64px; - height: 64px; - width: 250px; -} - .topologies { margin: 4px 0 0 128px; display: flex; @@ -297,7 +297,6 @@ h2 { svg.exported { .logo { display: inline; - transform: translate(24px, 24px) scale(0.25); } }