diff --git a/src/ui/components/data-inspector/DataDescription.tsx b/src/ui/components/data-inspector/DataDescription.tsx index d56c23e27..5a94b2fc4 100644 --- a/src/ui/components/data-inspector/DataDescription.tsx +++ b/src/ui/components/data-inspector/DataDescription.tsx @@ -31,6 +31,7 @@ UndefinedValue.displayName = 'DataDescription:UndefinedValue'; const StringValue = styled.span({ color: colors.cherryDark1, + wordWrap: 'break-word', }); StringValue.displayName = 'DataDescription:StringValue';