Skip to content

Commit

Permalink
Merge branch 'master' into fix/like-causing-flashing-interp-panel
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen authored Jan 2, 2024
2 parents e364196 + 52ae98d commit 7de7989
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 7de7989

Please sign in to comment.