1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-23 13:46:45 +02:00

fix: update text wrapping style in ImpactMetricsChart

This commit is contained in:
Tymoteusz Czech 2025-07-17 10:26:34 +02:00
parent 1ab8275996
commit 3652386712
No known key found for this signature in database
GPG Key ID: 133555230D88D75F

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>