You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-04 09:42:42 +03:00
Better RTL support
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user