Fix 'Show in' UI element

Needs a space after it so the words don't run together
This commit is contained in:
Bryan Boreham
2021-03-21 20:52:06 +00:00
parent 69dd8853c4
commit 26ad48728e

View File

@@ -63,7 +63,7 @@ class NodeDetails extends React.Component {
className="fa fa-long-arrow-alt-left"
onClick={this.handleShowTopologyForNode}>
<span>
Show in
Show in&nbsp;
<span>{this.props.topologyId.replace(/-/g, ' ')}</span>
</span>
</i>