Add RTL support in conversation list message text (#3539)

Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
sha-265 2020-01-07 02:56:50 +02:00 committed by Scott Nonnenberg
parent 016a0caf17
commit 5ca53baeae
2 changed files with 3 additions and 1 deletions

View file

@ -3146,6 +3146,7 @@ $timer-icons: '55', '50', '45', '40', '35', '30', '25', '20', '15', '10', '05',
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
text-align: left;
@include light-theme {
color: $color-gray-60;

View file

@ -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