Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gatsby emoji are not displaying properly #30

Open
tuhuynh27 opened this issue Jun 26, 2021 · 1 comment
Open

Gatsby emoji are not displaying properly #30

tuhuynh27 opened this issue Jun 26, 2021 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@tuhuynh27
Copy link
Contributor

For example here, gatsby's emoji are not displaying properly.

Maybe we can select these emojis based on their attributes and apply max-width.

@huytd
Copy link
Collaborator

huytd commented Jun 26, 2021

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.

@huytd huytd added bug Something isn't working help wanted Extra attention is needed labels Jun 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants