css - smaller balance warning

feature/default_network_editable
kumavis 8 years ago
parent f0d83813d6
commit 1325990726
  1. 7
      ui/app/components/pending-tx.js

@ -48,7 +48,12 @@ PendingTx.prototype.render = function () {
`),
insufficientBalance ?
h('span.error', { style: { marginLeft: 36 } }, 'Insufficient balance for transaction.')
h('span.error', {
style: {
marginLeft: 50,
fontSize: '0.9em',
},
}, 'Insufficient balance for transaction')
: null,
// send + cancel

Loading…
Cancel
Save