1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-24 11:01:41 +01:00

Prevent buy button from floating

This commit is contained in:
Dan Finlay 2017-07-20 16:44:01 -07:00
parent 36c997a55e
commit 5f61fd242c

View File

@ -186,12 +186,6 @@ AccountDetailScreen.prototype.render = function () {
h('button', { h('button', {
onClick: () => props.dispatch(actions.buyEthView(selected)), onClick: () => props.dispatch(actions.buyEthView(selected)),
style: {
marginBottom: '20px',
marginRight: '8px',
position: 'absolute',
left: '219px',
},
}, 'BUY'), }, 'BUY'),
h('button', { h('button', {