forked from abner/for-legacy-web
FIx ping counter alignment in Firefox but actually
This property isn't transformed into kebab-case due to a bug in Preact.ui/bot-profile
parent
a4138b52b0
commit
ee97e9bc0f
|
|
@ -66,7 +66,7 @@ function Icon({
|
|||
text-anchor="middle"
|
||||
fontSize={"7.5"}
|
||||
alignmentBaseline={"middle"}
|
||||
dominantBaseline={"middle"}>
|
||||
dominant-baseline={"middle"}>
|
||||
{count < 10 ? count : "9+"}
|
||||
</text>
|
||||
</>
|
||||
|
|
|
|||
Loading…
Reference in New Issue