Fix ping count alignment in Firefox

This commit is contained in:
Gregory Pappas 2021-09-07 02:13:15 -05:00 committed by GitHub
parent 4787a2166f
commit 00d4d975cf
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

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