diff --git a/public/app/features/explore/TraceView/components/common/LabeledList.tsx b/public/app/features/explore/TraceView/components/common/LabeledList.tsx index b45e49b4cfa..1c09a2dda25 100644 --- a/public/app/features/explore/TraceView/components/common/LabeledList.tsx +++ b/public/app/features/explore/TraceView/components/common/LabeledList.tsx @@ -55,6 +55,8 @@ const getStyles = (divider: boolean) => (theme: GrafanaTheme2) => { LabeledListValue: css({ label: 'LabeledListValue', marginRight: divider ? undefined : '0.55rem', + wordWrap: 'break-word', + wordBreak: 'break-all', }), LabeledListIcon: css({ label: 'LabeledListIcon',