RTL: Fix user name with Premium icon (#2092)

This commit is contained in:
Alexander Zinchuk 2022-10-29 15:18:39 +02:00
parent 75f290485d
commit 55e1f85267
2 changed files with 2 additions and 1 deletions

View File

@ -912,7 +912,7 @@ const Message: FC<OwnProps & StateProps> = ({
<span
className={buildClassName('message-title-name interactive', senderColor)}
onClick={handleSenderClick}
dir="auto"
dir="ltr"
>
{renderText(senderTitle)}
{!asForwarded && senderEmojiStatus && (

View File

@ -226,6 +226,7 @@
& > .interactive {
overflow: hidden;
text-overflow: ellipsis;
unicode-bidi: plaintext;
}
&.interactive,