Skip to content

Commit

Permalink
Fix content cutoff issue (Mobile Sync View (MetaMask#11871)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanml committed Aug 18, 2021
1 parent a3a5a07 commit 1a01172
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ui/pages/mobile-sync/mobile-sync.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,10 @@ export default class MobileSyncPage extends Component {
const { password } = this.state;

return (
<div className="new-account-import-form__buttons" style={{ padding: 30 }}>
<div
className="new-account-import-form__buttons"
style={{ padding: 30, marginTop: 0 }}
>
<Button
type="default"
large
Expand Down

0 comments on commit 1a01172

Please sign in to comment.