Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3022 from matrix-org/jryans/big-bold-emoji
Browse files Browse the repository at this point in the history
Use the correct line-height for bold emoji
  • Loading branch information
jryans authored May 23, 2019
2 parents 9a1a982 + ab4dfd8 commit 2f7e311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HtmlUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?
Expand Down

0 comments on commit 2f7e311

Please sign in to comment.