Add RTL support for author name in quote (#2594)
This commit is contained in:

committed by
Scott Nonnenberg

parent
d99dc100a5
commit
3e16ea7b32
@@ -26,7 +26,7 @@ export class ContactName extends React.Component<Props> {
|
|||||||
) : null;
|
) : null;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<span className={prefix}>
|
<span className={prefix} dir="auto">
|
||||||
<Emojify text={title} i18n={i18n} />
|
<Emojify text={title} i18n={i18n} />
|
||||||
{shouldShowProfile ? ' ' : null}
|
{shouldShowProfile ? ' ' : null}
|
||||||
{profileElement}
|
{profileElement}
|
||||||
|
Reference in New Issue
Block a user