aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/transaction-list-item.js
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2016-07-09 08:27:13 +0800
committerKevin Serrano <kevgagser@gmail.com>2016-07-09 08:27:13 +0800
commit20bfb60fd2ef84630a6f653b5f360c96d924b004 (patch)
tree565e51e113b30498884c2ba9197b5ae5f77c1057 /ui/app/components/transaction-list-item.js
parent58ee3e122749b56a1b723bdf5612414f09b37f22 (diff)
downloadtangerine-wallet-browser-20bfb60fd2ef84630a6f653b5f360c96d924b004.tar.gz
tangerine-wallet-browser-20bfb60fd2ef84630a6f653b5f360c96d924b004.tar.zst
tangerine-wallet-browser-20bfb60fd2ef84630a6f653b5f360c96d924b004.zip
Implement alternate shortening scheme.
Diffstat (limited to 'ui/app/components/transaction-list-item.js')
-rw-r--r--ui/app/components/transaction-list-item.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/app/components/transaction-list-item.js b/ui/app/components/transaction-list-item.js
index a41226343..4fa7b897c 100644
--- a/ui/app/components/transaction-list-item.js
+++ b/ui/app/components/transaction-list-item.js
@@ -73,6 +73,8 @@ TransactionListItem.prototype.render = function () {
isTx ? h(EtherBalance, {
value: txParams.value,
+ maxWidth: '55px',
+ shorten: true,
}) : h('.flex-column'),
])
)