mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Truncate account name further.
This commit is contained in:
parent
204cb7f1ed
commit
697e8c0768
@ -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…
Reference in New Issue
Block a user