Skip to content

Commit

Permalink
Use dominant-baseline instead of alignment-baseline to get firefox su…
Browse files Browse the repository at this point in the history
…pport
  • Loading branch information
DingoEatingFuzz committed Jan 26, 2021
1 parent efdcd34 commit c76b5e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/app/styles/charts/topo-viz-node.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

.label {
text-anchor: middle;
alignment-baseline: central;
dominant-baseline: central;
font-weight: $weight-normal;
fill: $grey;
pointer-events: none;
Expand All @@ -68,7 +68,7 @@

text {
text-anchor: middle;
alignment-baseline: central;
dominant-baseline: central;
}
}

Expand Down

0 comments on commit c76b5e1

Please sign in to comment.