Skip to content

Commit

Permalink
chore: ensure very long words in interpretations don't break the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Oct 16, 2023
1 parent fb0bfa3 commit 8d65808
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 @@ -48,6 +48,7 @@ const Message = ({ children, text, created, username }) => {
font-size: 14px;
line-height: 19px;
color: ${colors.grey900};
word-break: break-word;
}
.content :global(p:first-child) {
Expand Down

0 comments on commit 8d65808

Please sign in to comment.