Truncate account name further.

feature/default_network_editable
Kevin Serrano 8 years ago
parent 204cb7f1ed
commit 697e8c0768
  1. 2
      ui/app/accounts/account-list-item.js

@ -49,7 +49,7 @@ NewComponent.prototype.render = function () {
overflow: 'hidden',
textOverflow: 'ellipsis',
},
}, ethUtil.toChecksumAddress(identity.address)),
}, ethUtil.toChecksumAddress(identity.address).substring(0,7)),
h(EtherBalance, {
value: account.balance,
}),

Loading…
Cancel
Save