From b97e2da2bf8f5d6252d1c1938ce63a762b600fd9 Mon Sep 17 00:00:00 2001 From: Dominik Prokop Date: Mon, 13 Sep 2021 14:03:32 +0200 Subject: [PATCH] Table panel: Make sure width of the tooltip is correct (#39086) --- packages/grafana-ui/src/components/Table/JSONViewCell.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; `,