Skip to content

Commit

Permalink
fix(chat): add pre-wrap to chat messages
Browse files Browse the repository at this point in the history
  • Loading branch information
PaskalevStoyan authored and joneff committed Apr 4, 2022
1 parent 114b7ec commit 78a5e6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/default/scss/chat/_layout.scss
Expand Up @@ -142,6 +142,7 @@
border-style: solid;
line-height: $chat-bubble-line-height;
word-wrap: break-word;
white-space: pre-wrap;

a {
color: inherit;
Expand Down

0 comments on commit 78a5e6d

Please sign in to comment.