mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: update text wrapping style in ImpactMetricsChart (#10363)
This commit is contained in:
		
							parent
							
								
									1ab8275996
								
							
						
					
					
						commit
						3fb71bca75
					
				@ -187,7 +187,7 @@ export const ImpactMetricsChart: FC<ImpactMetricsChartProps> = ({
 | 
			
		||||
                    <Typography
 | 
			
		||||
                        variant='caption'
 | 
			
		||||
                        color='text.secondary'
 | 
			
		||||
                        sx={{ textWrap: 'break-all' }}
 | 
			
		||||
                        sx={{ wordBreak: 'break-all' }}
 | 
			
		||||
                    >
 | 
			
		||||
                        <code>{debug.query}</code>
 | 
			
		||||
                    </Typography>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user