diff options
Diffstat (limited to 'ui/app/components')
-rw-r--r-- | ui/app/components/tx-view.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/tx-view.js b/ui/app/components/tx-view.js index dbbf07710..5ed103421 100644 --- a/ui/app/components/tx-view.js +++ b/ui/app/components/tx-view.js @@ -114,7 +114,7 @@ TxView.prototype.render = function () { h('button.btn-clear', { style: { textAlign: 'center', - marginLeft: '1.4em', + marginLeft: '0.8em', }, onClick: () => { this.props.showSendPage() |