From 59ba2d2785b1742a7b1b4d6455a4662d9cd685c7 Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Thu, 16 Aug 2018 21:39:57 +0800 Subject: info.js Remove width element to fix email layout (#4588) Fix for #2855 which is gone from master for some reason --- old-ui/app/info.js | 1 - 1 file changed, 1 deletion(-) (limited to 'old-ui/app') diff --git a/old-ui/app/info.js b/old-ui/app/info.js index d79b8a3d2..936d270da 100644 --- a/old-ui/app/info.js +++ b/old-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!'), ]), -- cgit