You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot reproduce the issue, but got screenshots of users with text that's either way too big for some, or way too small for others, in the same widget.
It probably has to do with the breaking change regarding either :
FIX Updated default p and h1-6 styles to use em for better font scaling
FIX Improved fontSize inheritance when cascading styles
There's probably a default value gotten somewhere that can vary according to device or something else.
The text was updated successfully, but these errors were encountered:
Noted. I've recently seen this as well and identified the issue as a dependency on the device pixel density when calculating font sizes. This seems critical so I'll try to get it fixed asap. For now you can use alpha.5 or negate the issue by using a default font size that multiplies by the device's pixel density. Thank you!
I cannot reproduce the issue, but got screenshots of users with text that's either way too big for some, or way too small for others, in the same widget.
It probably has to do with the breaking change regarding either :
There's probably a default value gotten somewhere that can vary according to device or something else.
The text was updated successfully, but these errors were encountered: