mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +01:00
info.js Remove width element to fix email layout
This commit is contained in:
parent
313b3c087a
commit
5312ed9a20
@ -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