Table panel: Make sure width of the tooltip is correct (#39086)
This commit is contained in:
@@ -58,7 +58,7 @@ function getStyles(theme: GrafanaTheme2) {
|
|||||||
padding: ${theme.spacing(0.5)};
|
padding: ${theme.spacing(0.5)};
|
||||||
`,
|
`,
|
||||||
json: css`
|
json: css`
|
||||||
max-width: fit-content;
|
width: fit-content;
|
||||||
max-height: 70vh;
|
max-height: 70vh;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
`,
|
`,
|
||||||
|
|||||||
Reference in New Issue
Block a user