mirror of
https://github.com/grafana/grafana.git
synced 2025-01-15 19:22:34 -06:00
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:
parent
71be5c6eb4
commit
e735573852
@ -174,6 +174,7 @@ function getStyles(theme: GrafanaTheme2) {
|
||||
flexGrow: 1,
|
||||
minHeight: 0,
|
||||
height: '100%',
|
||||
width: '100%',
|
||||
}),
|
||||
tabContent: css({
|
||||
padding: theme.spacing(2),
|
||||
|
Loading…
Reference in New Issue
Block a user