Fix RTL message layout issue
This commit is contained in:
parent
d0898cb0c2
commit
6e77d4b2c8
2 changed files with 1 additions and 2 deletions
|
@ -1398,7 +1398,6 @@ export class Message extends React.PureComponent<Props, State> {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
dir="auto"
|
|
||||||
className={classNames(
|
className={classNames(
|
||||||
'module-message__text',
|
'module-message__text',
|
||||||
`module-message__text--${direction}`,
|
`module-message__text--${direction}`,
|
||||||
|
|
|
@ -104,7 +104,7 @@ export function MessageBody({
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<span>
|
<span dir="auto">
|
||||||
{disableLinks ? (
|
{disableLinks ? (
|
||||||
renderEmoji({
|
renderEmoji({
|
||||||
i18n,
|
i18n,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue