Use dominant-baseline instead of alignment-baseline to get firefox support

This commit is contained in:
Michael Lange
2021-01-26 08:56:52 -08:00
parent efdcd34ca2
commit c76b5e1f64

View File

@@ -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;
}
}