Minor cleanup

feature/default_network_editable
Kevin Serrano 8 years ago
parent 5e19a4a833
commit 293d0b4a57
No known key found for this signature in database
GPG Key ID: BF999DEFC7371BA1
  1. 4
      ui/app/components/bn-as-decimal-input.js

@ -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…
Cancel
Save