1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +01:00

fix: wrap long lines in event JSON (#1220)

This commit is contained in:
olav 2022-08-16 12:57:55 +02:00 committed by GitHub
parent 2e0fb25029
commit fdc025d66a

View File

@ -13,7 +13,7 @@ export const StyledJsonListItem = styled('li')(({ theme }) => ({
'& code': {
wordWrap: 'break-word',
whiteSpace: 'pre',
whiteSpace: 'pre-wrap',
fontFamily: 'monospace',
lineHeight: '100%',
},