Fix ping count alignment in Firefox

pull/1049/head
Gregory Pappas 2021-09-07 02:13:15 -05:00 committed by GitHub
parent 7fc830eacf
commit db3df2e49f
1 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,8 @@ function Icon({
style={"text-align:center;"} style={"text-align:center;"}
text-anchor="middle" text-anchor="middle"
fontSize={"7.5"} fontSize={"7.5"}
alignmentBaseline={"middle"}> alignmentBaseline={"middle"}
dominantBaseline={"middle"}>
{count < 10 ? count : "9+"} {count < 10 ? count : "9+"}
</text> </text>
</> </>