mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Add maximum width for private key reveal
This commit is contained in:
parent
ce2e9872cf
commit
b4f621c980
@ -100,7 +100,7 @@ ExportAccountView.prototype.render = function () {
|
||||
textOverflow: 'ellipsis',
|
||||
overflow: 'hidden',
|
||||
webkitUserSelect: 'text',
|
||||
width: '100%',
|
||||
maxWidth: '275px',
|
||||
},
|
||||
onClick: function (event) {
|
||||
copyToClipboard(ethUtil.stripHexPrefix(accountDetail.privateKey))
|
||||
|
Loading…
Reference in New Issue
Block a user