Skip to content

Why the emoji icons puts a new line in text? #191

Answered by HEIGE-PCloud
javierfs asked this question in Q&A
Discussion options

You must be logged in to vote

It is a bug relate to twemoji. You can either turn it off twemoji = false in config.toml, or update to the latest version which I have fixed it, or add these lines of CSS

.emoji {
  display: inline-block;
}

to fix it yourself.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@javierfs
Comment options

Answer selected by javierfs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working
2 participants