Merge pull request #194 from gregorypappas/patch-1

Fix ping count alignment in Firefox
ui/bot-profile
Paul Makles 2021-09-09 21:07:40 +01:00 committed by GitHub
commit 9b4f91dde5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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>
</>