aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-tx.js
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-07-07 12:32:36 +0800
committerDan Finlay <dan@danfinlay.com>2016-07-07 12:32:36 +0800
commit7481f7c3df72f5616615fcd74537d1f091b1bc4b (patch)
treee347c008ac35c463a7b07f36d5cf994f87aef723 /ui/app/components/pending-tx.js
parent689bd58d815ae91970953a08ef2e94c0eeb1335b (diff)
downloadtangerine-wallet-browser-7481f7c3df72f5616615fcd74537d1f091b1bc4b.tar.gz
tangerine-wallet-browser-7481f7c3df72f5616615fcd74537d1f091b1bc4b.tar.zst
tangerine-wallet-browser-7481f7c3df72f5616615fcd74537d1f091b1bc4b.zip
Fleshed out pending tx view
Diffstat (limited to 'ui/app/components/pending-tx.js')
-rw-r--r--ui/app/components/pending-tx.js6
1 files changed, 5 insertions, 1 deletions
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'),