|
|
@ -100,7 +100,7 @@ ExportAccountView.prototype.render = function () { |
|
|
|
textOverflow: 'ellipsis', |
|
|
|
textOverflow: 'ellipsis', |
|
|
|
overflow: 'hidden', |
|
|
|
overflow: 'hidden', |
|
|
|
webkitUserSelect: 'text', |
|
|
|
webkitUserSelect: 'text', |
|
|
|
width: '100%', |
|
|
|
maxWidth: '275px', |
|
|
|
}, |
|
|
|
}, |
|
|
|
onClick: function (event) { |
|
|
|
onClick: function (event) { |
|
|
|
copyToClipboard(ethUtil.stripHexPrefix(accountDetail.privateKey)) |
|
|
|
copyToClipboard(ethUtil.stripHexPrefix(accountDetail.privateKey)) |
|
|
|