From c4734357c4c3745f40adf7eabd38ef640ba29dc1 Mon Sep 17 00:00:00 2001 From: TechMiX Date: Wed, 9 Dec 2020 02:22:16 +0100 Subject: [PATCH] add text-align for Details title + swap text-left class with style so that it always remains aligned to left --- .../transaction/transaction.component.html | 2 +- .../transactions-list.component.html | 22 +++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html index b48423fad..19645b6b3 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -173,7 +173,7 @@ -

Details

+

Details

diff --git a/frontend/src/app/components/transactions-list/transactions-list.component.html b/frontend/src/app/components/transactions-list/transactions-list.component.html index 5ea8bd9b2..44a7133bf 100644 --- a/frontend/src/app/components/transactions-list/transactions-list.component.html +++ b/frontend/src/app/components/transactions-list/transactions-list.component.html @@ -69,32 +69,32 @@ - + - + - + - + - + - + - +
ScriptSig (ASM)
ScriptSig (HEX){{ vin.scriptsig }}{{ vin.scriptsig }}
Witness{{ vin.witness.join(' ') }}{{ vin.witness.join(' ') }}
P2SH redeem script
P2WSH witness script
nSequence{{ formatHex(vin.sequence) }}{{ formatHex(vin.sequence) }}
Previous output script{{ vin.prevout.scriptpubkey_type ? ('(' + vin.prevout.scriptpubkey_type + ')') : '' }}"{{ vin.prevout.scriptpubkey_type ? ('(' + vin.prevout.scriptpubkey_type + ')') : '' }}"
@@ -164,19 +164,19 @@ Type - {{ vout.scriptpubkey_type.toUpperCase() }} + {{ vout.scriptpubkey_type.toUpperCase() }} ScriptPubKey (ASM) - + ScriptPubKey (HEX) - {{ vout.scriptpubkey }} + {{ vout.scriptpubkey }} OP_RETURN data - {{ vout.scriptpubkey_asm | hex2ascii }} + {{ vout.scriptpubkey_asm | hex2ascii }}