Merge pull request #3022 from matrix-org/jryans/big-bold-emoji

Use the correct line-height for bold emoji
pull/21833/head
J. Ryan Stinnett 2019-05-23 10:42:26 +01:00 committed by GitHub
commit 2f7e31119f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ export function bodyToHtml(content, highlights, opts={}) {
const className = classNames({
'mx_EventTile_body': true,
'mx_EventTile_bigEmoji': emojiBody,
'markdown-body': isHtmlMessage,
'markdown-body': isHtmlMessage && !emojiBody,
});
return isDisplayedWithHtml ?