Fix RTL message layout issue

Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2022-03-10 12:27:53 -08:00 committed by GitHub
parent 0e853ec7b7
commit b471e4f360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -1398,7 +1398,6 @@ export class Message extends React.PureComponent<Props, State> {
return (
<div
dir="auto"
className={classNames(
'module-message__text',
`module-message__text--${direction}`,

View File

@ -104,7 +104,7 @@ export function MessageBody({
};
return (
<span>
<span dir="auto">
{disableLinks ? (
renderEmoji({
i18n,