From 5f61fd242ceaa773994e9e4691ff028f9baadabb Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Thu, 20 Jul 2017 16:44:01 -0700 Subject: Prevent buy button from floating --- responsive-ui/app/account-detail.js | 6 ------ 1 file changed, 6 deletions(-) (limited to 'responsive-ui/app/account-detail.js') diff --git a/responsive-ui/app/account-detail.js b/responsive-ui/app/account-detail.js index b39252db6..f01a4a6f6 100644 --- a/responsive-ui/app/account-detail.js +++ b/responsive-ui/app/account-detail.js @@ -186,12 +186,6 @@ AccountDetailScreen.prototype.render = function () { h('button', { onClick: () => props.dispatch(actions.buyEthView(selected)), - style: { - marginBottom: '20px', - marginRight: '8px', - position: 'absolute', - left: '219px', - }, }, 'BUY'), h('button', { -- cgit