Skip to content

Commit

Permalink
CW-1452 Fixed style for lastMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
MeyerPV committed Oct 6, 2023
1 parent f7dfa8a commit a912460
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
overflow: hidden;

& > p {
white-space: nowrap;
white-space: pre-wrap;
text-overflow: ellipsis;
overflow: hidden;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
overflow: hidden;

& > p {
white-space: nowrap;
white-space: pre-wrap;
text-overflow: ellipsis;
overflow: hidden;
}
Expand Down

0 comments on commit a912460

Please sign in to comment.