Skip to content

Commit

Permalink
Make sure read indicator doesn't get wrapped
Browse files Browse the repository at this point in the history
  • Loading branch information
Roma Koval committed Jun 11, 2024
1 parent 200bc07 commit d0816ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const ReadReceiptText: CSSObject = {
display: 'inline-flex',
alignItems: 'center',
verticalAlign: 'text-bottom',
whiteSpace: 'nowrap',
};

export const ReadIndicatorStyles = (showIconOnly = false): CSSObject => ({
Expand Down
1 change: 1 addition & 0 deletions src/style/content/conversation/message-list.less
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@
flex-direction: column;
.message-status-read__count {
margin-left: 0;
white-space: nowrap;
}
}
}
Expand Down

0 comments on commit d0816ce

Please sign in to comment.