Skip to content

Commit

Permalink
Merge pull request #2156 from daostack/CW-1452-system-message-truncated
Browse files Browse the repository at this point in the history
Mobile app - system message preview is truncated #1452
  • Loading branch information
andreymikhadyuk authored Oct 9, 2023
2 parents fedb151 + a912460 commit 643c91a
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 643c91a

Please sign in to comment.