From cf4d45cf591738dc2acde1b79b4b60d5fa1a93e6 Mon Sep 17 00:00:00 2001 From: Darren Nelsen Date: Tue, 15 Aug 2017 11:15:10 -0400 Subject: [PATCH] fixed responsiveness in the transaction grid --- .../components/transaction/transaction.html | 22 +++++++++++++------ 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/app/src/components/transaction/transaction.html b/app/src/components/transaction/transaction.html index d46d07c..78b2ea6 100644 --- a/app/src/components/transaction/transaction.html +++ b/app/src/components/transaction/transaction.html @@ -18,7 +18,7 @@ - + @@ -29,7 +29,9 @@
-

{{ vin.addr }}

+

Confirmations {{vin.confirmations}}

scriptSig

@@ -52,14 +54,18 @@ - + + - + +
-

{{ getAddress(vout) }}

+

Type {{vout.scriptPubKey.type}}

scriptPubKey

@@ -80,11 +86,13 @@ - + Fee {{ currency.getConversion(tx.fees) }} - + {{ tx.confirmations }} Confirmations + + {{ currency.getConversion(tx.valueOut) }}