mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +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