forked from abner/for-legacy-web
Merge pull request #194 from gregorypappas/patch-1
Fix ping count alignment in Firefoxui/bot-profile
commit
9b4f91dde5
|
|
@ -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>
|
||||
</>
|
||||
|
|
|
|||
Loading…
Reference in New Issue