1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

info.js Remove width element to fix email layout (#4588)

Fix for #2855 which is gone from master for some reason
This commit is contained in:
Anatoli Babenia 2018-08-16 21:39:57 +08:00 committed by Whymarrh Whitby
parent 955ec2dca6
commit 59ba2d2785

View File

@ -138,7 +138,6 @@ InfoScreen.prototype.render = function () {
h('div.fa.fa-envelope', [
h('a.info', {
target: '_blank',
style: { width: '85vw' },
href: 'mailto:help@metamask.io?subject=Feedback',
}, 'Email us!'),
]),