From c76b5e1f642b0b6ff199a786c7eebbad2ece4dac Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Tue, 26 Jan 2021 08:56:52 -0800 Subject: [PATCH] Use dominant-baseline instead of alignment-baseline to get firefox support --- ui/app/styles/charts/topo-viz-node.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } }