mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
NewPanelEditor: Save dashboard from edit mode now works, and other fixes (#23668)
This commit is contained in:
@@ -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%;
|
||||
`,
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user