mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #2855 from abitrolly/patch-2
info.js Remove width element to fix email layout
This commit is contained in:
commit
096fb226a6
@ -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…
Reference in New Issue
Block a user