diff --git a/packages/console/src/components/common/ReactJsonView.tsx b/packages/console/src/components/common/ReactJsonView.tsx index 7e85012e3..0ba5eabbf 100644 --- a/packages/console/src/components/common/ReactJsonView.tsx +++ b/packages/console/src/components/common/ReactJsonView.tsx @@ -99,7 +99,7 @@ export const ReactJsonViewWrapper: React.FC = props => { displayObjectSize={true} name={null} indentWidth={4} - collapseStringsAfterLength={80} + collapseStringsAfterLength={100} sortKeys={true} {...props} />