DashboardScene: Fixes issue with some query editors to not adapt to width changes (#88718)

DashboardScene: Fixes issue with panel editor causing moncao query editors to not adapt to width changes
This commit is contained in:
Torkel Ödegaard
2024-06-05 08:14:45 +02:00
committed by GitHub
parent 71be5c6eb4
commit e735573852

View File

@@ -174,6 +174,7 @@ function getStyles(theme: GrafanaTheme2) {
flexGrow: 1,
minHeight: 0,
height: '100%',
width: '100%',
}),
tabContent: css({
padding: theme.spacing(2),