Skip to content

Commit

Permalink
Merge branch 'fix-over-status' of https://github.com/shahzad31/kibana
Browse files Browse the repository at this point in the history
…into fix-over-status
  • Loading branch information
shahzad31 committed Feb 20, 2025
2 parents 8e04b81 + 517fe54 commit b51d8c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const MetricItemIcon = ({
</EuiFlexItem>
</EuiFlexGroup>
</EuiPopoverTitle>
<div style={{ width: '300px' }}>
<div style={{ width: '300px', overflowWrap: 'break-word' }}>
{latestPing?.url?.full && (
<>
{i18n.translate('xpack.synthetics.metricItemIcon.div.urlLabel', {
Expand Down

0 comments on commit b51d8c8

Please sign in to comment.