1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-04 13:48:56 +02:00

fix: update text wrapping style in ImpactMetricsChart (#10363)

This commit is contained in:
Tymoteusz Czech 2025-07-17 10:52:53 +02:00 committed by GitHub
parent 1ab8275996
commit 3fb71bca75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>