Add RTL support in conversation list message text (#3539)
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
parent
016a0caf17
commit
5ca53baeae
2 changed files with 3 additions and 1 deletions
|
@ -164,7 +164,8 @@ export class ConversationListItem extends React.PureComponent<Props> {
|
|||
|
||||
return (
|
||||
<div className="module-conversation-list-item__message">
|
||||
<div
|
||||
<div
|
||||
dir="auto"
|
||||
className={classNames(
|
||||
'module-conversation-list-item__message__text',
|
||||
unreadCount > 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue