Merge pull request #2855 from abitrolly/patch-2

info.js  Remove width element to fix email layout
feature/default_network_editable
kumavis 7 years ago committed by GitHub
commit 096fb226a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ui/app/info.js

@ -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…
Cancel
Save