Skip to content

Commit

Permalink
Merge pull request #1902 from Bilb/fix-new-line-break
Browse files Browse the repository at this point in the history
Keep line breaks when message has some new lines
  • Loading branch information
Bilb authored Sep 13, 2021
2 parents 47977c7 + 48090b4 commit b4068a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stylesheets/_session.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1281,6 +1281,10 @@ input {
}
}

.module-message__text {
white-space: pre-wrap;
}

.session-info-box {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit b4068a2

Please sign in to comment.