Merge pull request #1021 from Bitim/feature/rtl-languages-support

Better RTL support
This commit is contained in:
Matthew Hodgson 2017-06-08 14:43:18 +01:00 committed by GitHub
commit c173861b27
8 changed files with 14 additions and 12 deletions

View file

@ -30,7 +30,7 @@ export default function SenderProfile(props) {
}
return (
<EmojiText className="mx_SenderProfile"
<EmojiText className="mx_SenderProfile" dir="auto"
onClick={props.onClick}>{`${name || ''} ${props.aux || ''}`}</EmojiText>
);
}