mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix content cutoff issue (Mobile Sync View (#11871)
This commit is contained in:
parent
a3a5a07c33
commit
1a01172d93
@ -404,7 +404,10 @@ export default class MobileSyncPage extends Component {
|
|||||||
const { password } = this.state;
|
const { password } = this.state;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="new-account-import-form__buttons" style={{ padding: 30 }}>
|
<div
|
||||||
|
className="new-account-import-form__buttons"
|
||||||
|
style={{ padding: 30, marginTop: 0 }}
|
||||||
|
>
|
||||||
<Button
|
<Button
|
||||||
type="default"
|
type="default"
|
||||||
large
|
large
|
||||||
|
Loading…
Reference in New Issue
Block a user