mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-11 03:26:14 +00:00
Fix nonce field alignment (#894)
This commit is contained in:
parent
75d1be6961
commit
adc2bec161
@ -28,4 +28,10 @@
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&-nonce {
|
||||
input {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -61,7 +61,7 @@ class AdvancedGas extends React.Component<Props> {
|
||||
<GasLimitField includeLabel={false} onlyIncludeLoader={false} />
|
||||
</div>
|
||||
|
||||
<div className="col-md-4 col-sm-12 col-xs-12">
|
||||
<div className="col-md-4 col-sm-12 col-xs-12 AdvancedGas-nonce">
|
||||
<NonceField alwaysDisplay={true} />
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user