Support RTL text in messages (#717)
This commit is contained in:
parent
120e8de9d1
commit
adb584623e
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ const MessageBody = React.memo(({
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="message__body">
|
<div className="message__body">
|
||||||
<div className={`text ${emojiOnly ? 'text-h1' : 'text-b1'}`}>
|
<div dir="auto" className={`text ${emojiOnly ? 'text-h1' : 'text-b1'}`}>
|
||||||
{ msgType === 'm.emote' && (
|
{ msgType === 'm.emote' && (
|
||||||
<>
|
<>
|
||||||
{'* '}
|
{'* '}
|
||||||
|
|
Loading…
Reference in a new issue