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

Fix for #2855 which is gone from master for some reason
feature/default_network_editable
Anatoli Babenia 6 years ago committed by Whymarrh Whitby
parent 955ec2dca6
commit 59ba2d2785
  1. 1
      old-ui/app/info.js

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

Loading…
Cancel
Save