Fix rendering of messages with primarily RTL text
This commit is contained in:
parent
110eeb0f63
commit
04ef741236
4 changed files with 11 additions and 92 deletions
|
@ -104,7 +104,7 @@ export function MessageBody({
|
|||
};
|
||||
|
||||
return (
|
||||
<span dir="auto">
|
||||
<span>
|
||||
{disableLinks ? (
|
||||
renderEmoji({
|
||||
i18n,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue