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
In fact, every emojis are not displayed properly just now 😆
The reason is most of the emojis rendered here as an image and it does not have a specific class name or anything to indicate it's an inline emoji. At first, I thought we could just limit the size for any inline image that appeared in a <p> tag, but not sure if there is any other cases.
For example here, gatsby's emoji are not displaying properly.
Maybe we can select these emojis based on their attributes and apply max-width.
The text was updated successfully, but these errors were encountered: