forked from abner/for-legacy-web
Merge pull request #194 from gregorypappas/patch-1
Fix ping count alignment in Firefox
This commit is contained in:
@@ -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>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user