mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02:30
Vertically center node type symbols on Firefox.
This commit is contained in:
@@ -130,7 +130,7 @@ function MeshGraph({ data, showLegend, zoom }) {
|
||||
.append('text')
|
||||
.text((d) => renderNodeType(d.node_type))
|
||||
.attr('text-anchor', 'middle')
|
||||
.attr('alignment-baseline', 'central')
|
||||
.attr('dominant-baseline', 'central')
|
||||
.attr('fill', DEFAULT_NODE_LABEL_TEXT_COLOR);
|
||||
|
||||
// node hostname labels
|
||||
|
||||
Reference in New Issue
Block a user