mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 20:39:08 +01:00
Minor cleanup
This commit is contained in:
parent
5e19a4a833
commit
293d0b4a57
@ -47,8 +47,8 @@ BnAsDecimalInput.prototype.render = function () {
|
||||
type: 'number',
|
||||
step: 'any',
|
||||
required: true,
|
||||
min: min,
|
||||
max: max,
|
||||
min,
|
||||
max,
|
||||
style: extend({
|
||||
display: 'block',
|
||||
textAlign: 'right',
|
||||
|
Loading…
Reference in New Issue
Block a user