From 6d45b0a2950d0075d96d144e8035ac1152f0751b Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Tue, 15 Sep 2020 11:39:29 +0200 Subject: [PATCH] Removed padding on account home + debugger cleanup no refs. --- ghost/portal/src/components/pages/AccountHomePage.js | 1 - ghost/portal/src/components/pages/AccountPlanPage.js | 1 - 2 files changed, 2 deletions(-) diff --git a/ghost/portal/src/components/pages/AccountHomePage.js b/ghost/portal/src/components/pages/AccountHomePage.js index 7fa3b8eff3..d91bbb17a4 100644 --- a/ghost/portal/src/components/pages/AccountHomePage.js +++ b/ghost/portal/src/components/pages/AccountHomePage.js @@ -14,7 +14,6 @@ export const AccountHomePageStyles = ` .gh-portal-account-main { background: var(--grey13); - margin: -32px; padding: 32px; } diff --git a/ghost/portal/src/components/pages/AccountPlanPage.js b/ghost/portal/src/components/pages/AccountPlanPage.js index ea8d7dd3b2..791a9464b7 100644 --- a/ghost/portal/src/components/pages/AccountPlanPage.js +++ b/ghost/portal/src/components/pages/AccountPlanPage.js @@ -265,7 +265,6 @@ export default class AccountPlanPage extends React.Component { const selectedPlan = this.state.plan; const errors = this.state.errors || {}; const {showConfirmation, newPlan} = this.state; - debugger; return (