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:
parent
955ec2dca6
commit
59ba2d2785
@ -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!'),
|
||||
]),
|
||||
|
Loading…
Reference in New Issue
Block a user