Add RTL support for author name in quote (#2594)
This commit is contained in:
parent
d99dc100a5
commit
3e16ea7b32
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ export class ContactName extends React.Component<Props> {
|
|||
) : null;
|
||||
|
||||
return (
|
||||
<span className={prefix}>
|
||||
<span className={prefix} dir="auto">
|
||||
<Emojify text={title} i18n={i18n} />
|
||||
{shouldShowProfile ? ' ' : null}
|
||||
{profileElement}
|
||||
|
|
Loading…
Add table
Reference in a new issue