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
|
@ -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;
|
||||
|
|
|
@ -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
Reference in a new issue