Skip to content

Commit

Permalink
Merge pull request #6352 from espoon-voltti/fix-long-link-wrapping
Browse files Browse the repository at this point in the history
Korjataan pitkän linkin rivitys viesteissä työntekijäpuolella
  • Loading branch information
Joosakur authored Feb 13, 2025
2 parents 33ce868 + 6f93402 commit 29d527f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ const StickyTitleRow = styled(TitleRow)`
const MessageContent = styled.div`
padding-top: ${defaultMargins.s};
white-space: pre-line;
word-break: break-word;
`

function SingleMessage({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ const SenderName = styled.div`
const MessageContent = styled.div`
padding-top: ${defaultMargins.s};
white-space: pre-line;
word-break: break-word;
`

const ActionRow = styled(FixedSpaceRow)`
Expand Down

0 comments on commit 29d527f

Please sign in to comment.