diff --git a/frontend/src/component/events/EventJson/EventJson.tsx b/frontend/src/component/events/EventJson/EventJson.tsx index 720f93ae50..eabeef49f2 100644 --- a/frontend/src/component/events/EventJson/EventJson.tsx +++ b/frontend/src/component/events/EventJson/EventJson.tsx @@ -13,7 +13,7 @@ export const StyledJsonListItem = styled('li')(({ theme }) => ({ '& code': { wordWrap: 'break-word', - whiteSpace: 'pre', + whiteSpace: 'pre-wrap', fontFamily: 'monospace', lineHeight: '100%', },