diff --git a/ui/app/styles/charts/topo-viz-node.scss b/ui/app/styles/charts/topo-viz-node.scss index d067f0b4afc6..a7c1c0502f90 100644 --- a/ui/app/styles/charts/topo-viz-node.scss +++ b/ui/app/styles/charts/topo-viz-node.scss @@ -55,7 +55,7 @@ .label { text-anchor: middle; - alignment-baseline: central; + dominant-baseline: central; font-weight: $weight-normal; fill: $grey; pointer-events: none; @@ -68,7 +68,7 @@ text { text-anchor: middle; - alignment-baseline: central; + dominant-baseline: central; } }