diff options
ui - txlist - better scroll bar positioning
Diffstat (limited to 'ui/app/components')
-rw-r--r-- | ui/app/components/transaction-list.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/transaction-list.js b/ui/app/components/transaction-list.js index e10dfecf3..fd6a0b2ff 100644 --- a/ui/app/components/transaction-list.js +++ b/ui/app/components/transaction-list.js @@ -21,7 +21,7 @@ module.exports = function(transactions, network) { style: { overflowY: 'auto', height: '204px', - margin: '0 20px', + padding: '0 20px', textAlign: 'center', }, }, ( |