mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Table panel: Make sure width of the tooltip is correct (#39086)
This commit is contained in:
parent
abfdfcf405
commit
b97e2da2bf
@ -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;
|
||||
`,
|
||||
|
Loading…
Reference in New Issue
Block a user