1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-16 06:42:26 +03:00

Better RTL support

This commit is contained in:
saul.kredi@krutt.org
2017-06-03 18:52:45 +03:00
parent a9d516e8ea
commit 159a920dc8
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>
);
}