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;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
text-align: left;
|
||||||
|
|
||||||
@include light-theme {
|
@include light-theme {
|
||||||
color: $color-gray-60;
|
color: $color-gray-60;
|
||||||
|
|
|
@ -164,7 +164,8 @@ export class ConversationListItem extends React.PureComponent<Props> {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="module-conversation-list-item__message">
|
<div className="module-conversation-list-item__message">
|
||||||
<div
|
<div
|
||||||
|
dir="auto"
|
||||||
className={classNames(
|
className={classNames(
|
||||||
'module-conversation-list-item__message__text',
|
'module-conversation-list-item__message__text',
|
||||||
unreadCount > 0
|
unreadCount > 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue