diff --git a/packages/grafana-ui/src/components/Table/JSONViewCell.tsx b/packages/grafana-ui/src/components/Table/JSONViewCell.tsx index 15d5636b118..d163a151672 100644 --- a/packages/grafana-ui/src/components/Table/JSONViewCell.tsx +++ b/packages/grafana-ui/src/components/Table/JSONViewCell.tsx @@ -58,7 +58,7 @@ function getStyles(theme: GrafanaTheme2) { padding: ${theme.spacing(0.5)}; `, json: css` - max-width: fit-content; + width: fit-content; max-height: 70vh; overflow-y: auto; `,