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:
parent
2e0fb25029
commit
fdc025d66a
@ -13,7 +13,7 @@ export const StyledJsonListItem = styled('li')(({ theme }) => ({
|
||||
|
||||
'& code': {
|
||||
wordWrap: 'break-word',
|
||||
whiteSpace: 'pre',
|
||||
whiteSpace: 'pre-wrap',
|
||||
fontFamily: 'monospace',
|
||||
lineHeight: '100%',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user