From 2365fe114213c6e5fa8230688b9191bd3a1c369f Mon Sep 17 00:00:00 2001 From: kumavis Date: Fri, 13 May 2016 16:36:04 -0700 Subject: ui - txlist - better scroll bar positioning --- ui/app/components/transaction-list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }, }, ( -- cgit