NewPanelEditor: Save dashboard from edit mode now works, and other fixes (#23668)

This commit is contained in:
Torkel Ödegaard
2020-04-18 18:00:54 +02:00
committed by GitHub
parent 165a0471ad
commit f30074c70a
13 changed files with 108 additions and 33 deletions

View File

@@ -80,6 +80,7 @@ const getStyles = stylesFactory((theme: GrafanaTheme) => {
background: ${theme.isLight ? theme.palette.gray7 : theme.palette.black};
padding: ${theme.spacing.sm} 0 ${theme.spacing.sm} ${theme.spacing.md};
height: 400px;
width: 100%;
`,
};
});