1
0
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:
Kevin Serrano 2017-08-03 16:00:44 -07:00
parent ce2e9872cf
commit b4f621c980
No known key found for this signature in database
GPG Key ID: BF999DEFC7371BA1

View File

@ -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))