@@ -53,15 +49,9 @@ export default Page;
const getStyles = (theme: GrafanaThemeV2) => ({
wrapper: css`
- background: ${theme.colors.background.primary};
bottom: 0;
position: absolute;
top: 0;
width: 100%;
`,
- contentWidth: (size: ThemeBreakpointsKey) => css`
- .page-container {
- max-width: ${theme.breakpoints.values[size]}px;
- }
- `,
});
diff --git a/public/app/core/components/PageActionBar/PageActionBar.tsx b/public/app/core/components/PageActionBar/PageActionBar.tsx
index fdeb3afb03d..c68713ce69f 100644
--- a/public/app/core/components/PageActionBar/PageActionBar.tsx
+++ b/public/app/core/components/PageActionBar/PageActionBar.tsx
@@ -24,7 +24,6 @@ export default class PageActionBar extends PureComponent
{
-
{linkButton && {linkButton.title}}
);
diff --git a/public/app/core/components/PageActionBar/__snapshots__/PageActionBar.test.tsx.snap b/public/app/core/components/PageActionBar/__snapshots__/PageActionBar.test.tsx.snap
index 447b95e2cb4..28597c2e212 100644
--- a/public/app/core/components/PageActionBar/__snapshots__/PageActionBar.test.tsx.snap
+++ b/public/app/core/components/PageActionBar/__snapshots__/PageActionBar.test.tsx.snap
@@ -13,9 +13,6 @@ exports[`Render should render component 1`] = `
value=""
/>