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

Emojis not showing after opening palette - Angular 11 #159

Open
ramirofarias opened this issue Apr 10, 2022 · 5 comments
Open

Emojis not showing after opening palette - Angular 11 #159

ramirofarias opened this issue Apr 10, 2022 · 5 comments

Comments

@ramirofarias
Copy link

image

Emojis are not showing when I open the palette, but I can see they are being rendered when I check the inspector:

image

I already imported the CSS files on angular.json.

Any idea?

Thanks

@mplizandro
Copy link

mplizandro commented Apr 21, 2022

I have the same problem. Iam useing VueJs,

notice that the image of the css does not load

image

Any idea?

Thanks

@mplizandro
Copy link

I answer myself, and I hope it also helps you the problem in my case was that it does not load the image where the sprits are, to solve what I did was make a copy of the image and added a custom css to overwrite the class that make the call

image

sorry for my english

@jason-allen-oneal
Copy link

Same issue on React 18+.

@parveezahamed
Copy link

On React 18+ the below CSS worked for me.

.ap { text-indent: 0px !important; font-size: 18px !important; height: 20px !important; line-height: 1.2 !important; margin-top: auto !important; width: 24px !important; }

Screenshot 2023-12-08 at 12 26 25 PM

@stickchartkeith
Copy link

On React 18+ the below CSS worked for me.

.ap { text-indent: 0px !important; font-size: 18px !important; height: 20px !important; line-height: 1.2 !important; margin-top: auto !important; width: 24px !important; }

Screenshot 2023-12-08 at 12 26 25 PM

This worked great for me as well (Next.js), thank you @parveezahamed !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants