Table panel: Make sure width of the tooltip is correct (#39086)

This commit is contained in:
Dominik Prokop 2021-09-13 14:03:32 +02:00 committed by GitHub
parent abfdfcf405
commit b97e2da2bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
`,