Skip to content

Commit

Permalink
fix: rendering of high emoji (#1352)
Browse files Browse the repository at this point in the history
fix: #1350
  • Loading branch information
Piotrek Tomczewski committed Jan 22, 2023
1 parent 844fb26 commit 45431ef
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,13 @@ body {

.custom-emoji {
display: inline-block;
overflow: hidden;
vertical-align: text-bottom;
}

.custom-emoji img {
max-height: 1.3em;
max-width: 1.3em;
vertical-align: text-bottom;
object-fit: contain;
}

.iconify-emoji {
Expand Down

0 comments on commit 45431ef

Please sign in to comment.