From 7481f7c3df72f5616615fcd74537d1f091b1bc4b Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Wed, 6 Jul 2016 21:32:36 -0700 Subject: Fleshed out pending tx view --- ui/app/components/pending-tx.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ui/app/components/pending-tx.js') diff --git a/ui/app/components/pending-tx.js b/ui/app/components/pending-tx.js index 5d1fd4c16..01225f646 100644 --- a/ui/app/components/pending-tx.js +++ b/ui/app/components/pending-tx.js @@ -33,7 +33,11 @@ PendingTx.prototype.render = function () { h(PendingTxDetails, state), // send + cancel - h('.flex-row.flex-space-around', [ + h('.flex-row.flex-space-around', { + style: { + marginTop: '14px', + } + }, [ h('button', { onClick: state.cancelTransaction, }, 'Reject'), -- cgit v1.2.3