mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 09:25:46 +03:00
Merge pull request #9894 from hashicorp/b-ui/topo-viz-align-text-ff
Use dominant-baseline instead of alignment-baseline to get firefox support
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user