Skip to content

Commit

Permalink
fix: handle word break and ellipsis when there is a link in a messaage (
Browse files Browse the repository at this point in the history
#647)

* fix: handle message height

* refactor: remove unused style

* refactor: remove unused style
  • Loading branch information
domw30 authored Jun 9, 2023
1 parent 2a33493 commit 53f4d05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/messenger/list/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,8 @@ $side-padding: 16px;
font-size: $font-size-small;
line-height: 15px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding-right: 1px;

div {
Expand Down

0 comments on commit 53f4d05

Please sign in to comment.