mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 06:58:06 -03:30
Vertically center node type symbols on Firefox.
This commit is contained in:
parent
039c038cd7
commit
fee47fe347
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user