Skip to content

Commit

Permalink
fix: add white-space css to preserve paragraphs in interpretations
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Dec 21, 2023
1 parent 913eb40 commit 65d7242
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Interpretations/common/Message/Message.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const Message = ({ children, text, created, username }) => {
line-height: 19px;
color: ${colors.grey900};
word-break: break-word;
white-space: pre-line;
}
.content :global(p:first-child) {
Expand Down

0 comments on commit 65d7242

Please sign in to comment.