Fix content cutoff issue (Mobile Sync View (#11871)

feature/default_network_editable
ryanml 3 years ago committed by GitHub
parent d96973e55b
commit d1d6f0531e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      ui/pages/mobile-sync/mobile-sync.component.js

@ -408,7 +408,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

Loading…
Cancel
Save