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
First of all thank you very much for this awesome module. I'm now using it in my website and I just wanted to point out that, in addition to the recommended CSS I had to add:
display: inline-flex;
so that the emojis really appear inline (inline-block would work just as well).
Thanks again!
The text was updated successfully, but these errors were encountered:
Hi!
First of all thank you very much for this awesome module. I'm now using it in my website and I just wanted to point out that, in addition to the recommended CSS I had to add:
so that the emojis really appear inline (
inline-block
would work just as well).Thanks again!
The text was updated successfully, but these errors were encountered: