Skip to content

Commit

Permalink
info.js Remove width element to fix email layout (#4588)
Browse files Browse the repository at this point in the history
Fix for #2855 which is gone from master for some reason
  • Loading branch information
abitrolly authored and whymarrh committed Aug 16, 2018
1 parent 955ec2d commit 59ba2d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion old-ui/app/info.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ InfoScreen.prototype.render = function () {
h('div.fa.fa-envelope', [
h('a.info', {
target: '_blank',
style: { width: '85vw' },
href: 'mailto:[email protected]?subject=Feedback',
}, 'Email us!'),
]),
Expand Down

0 comments on commit 59ba2d2

Please sign in to comment.