Merge pull request #3022 from matrix-org/jryans/big-bold-emoji
Use the correct line-height for bold emojipull/21833/head
commit
2f7e31119f
|
@ -469,7 +469,7 @@ export function bodyToHtml(content, highlights, opts={}) {
|
||||||
const className = classNames({
|
const className = classNames({
|
||||||
'mx_EventTile_body': true,
|
'mx_EventTile_body': true,
|
||||||
'mx_EventTile_bigEmoji': emojiBody,
|
'mx_EventTile_bigEmoji': emojiBody,
|
||||||
'markdown-body': isHtmlMessage,
|
'markdown-body': isHtmlMessage && !emojiBody,
|
||||||
});
|
});
|
||||||
|
|
||||||
return isDisplayedWithHtml ?
|
return isDisplayedWithHtml ?
|
||||||
|
|
Loading…
Reference in New Issue