mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Removed padding on account home + debugger cleanup
no refs.
This commit is contained in:
parent
3365e513d7
commit
6d45b0a295
2 changed files with 0 additions and 2 deletions
|
@ -14,7 +14,6 @@ export const AccountHomePageStyles = `
|
|||
|
||||
.gh-portal-account-main {
|
||||
background: var(--grey13);
|
||||
margin: -32px;
|
||||
padding: 32px;
|
||||
}
|
||||
|
||||
|
|
|
@ -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 (
|
||||
<div>
|
||||
<div className='gh-portal-content with-footer'>
|
||||
|
|
Loading…
Add table
Reference in a new issue