diff --git a/frontend/src/component/events/EventDiff/EventDiff.tsx b/frontend/src/component/events/EventDiff/EventDiff.tsx index 0e43014421..3e4c75bdf2 100644 --- a/frontend/src/component/events/EventDiff/EventDiff.tsx +++ b/frontend/src/component/events/EventDiff/EventDiff.tsx @@ -29,7 +29,7 @@ interface IEventDiffProps { const DiffStyles = styled('div')(({ theme }) => ({ color: theme.palette.text.secondary, fontFamily: 'monospace', - whiteSpace: 'pre', + whiteSpace: 'pre-wrap', fontSize: theme.typography.body2.fontSize, '.deletion, .addition': {