setAddPanelView(true)} aria-label={selectors.pages.AddDashboard.addNewPanelLibrary}>
Add a panel from the panel library
onPasteCopiedPanel(copiedPanelPlugins[0])}>
+
onPasteCopiedPanel(copiedPanelPlugins[0])}>
Paste panel from clipboard
@@ -227,10 +231,15 @@ const getStyles = (theme: GrafanaTheme) => {
box-shadow: 0 0 0 2px black, 0 0 0px 4px #1f60c4;
animation: ${pulsate} 2s ease infinite;
`,
+ rowGap: css`
+ margin-left: ${theme.spacing.sm};
+ `,
+ columnGap: css`
+ margin-bottom: ${theme.spacing.sm};
+ `,
actionsRow: css`
display: flex;
flex-direction: row;
- column-gap: ${theme.spacing.sm};
height: 100%;
> div {
@@ -258,7 +267,6 @@ const getStyles = (theme: GrafanaTheme) => {
actionsWrapper: css`
display: flex;
flex-direction: column;
- row-gap: ${theme.spacing.sm};
padding: 0 ${theme.spacing.sm} ${theme.spacing.sm} ${theme.spacing.sm};
height: 100%;
`,
diff --git a/public/app/features/dashboard/components/AddPanelWidget/__snapshots__/AddPanelWidget.test.tsx.snap b/public/app/features/dashboard/components/AddPanelWidget/__snapshots__/AddPanelWidget.test.tsx.snap
deleted file mode 100644
index 57ca4096985..00000000000
--- a/public/app/features/dashboard/components/AddPanelWidget/__snapshots__/AddPanelWidget.test.tsx.snap
+++ /dev/null
@@ -1,68 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`Render should render component 1`] = `
-
-
-
- Add panel
-
-
-
-
-
- Add an empty panel
-
-
-
- Add a new row
-
-
-
-
-
- Add a panel from the panel library
-
-
-
-
-
-`;