diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html index 31d26f381..5235c2b3d 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -206,26 +206,44 @@

Details

- - - - - - - - - - - - - - - - - - - -
Size
Virtual size
Weight
Transaction Hex
+
+
+ + + + + + + + + + + + + + + +
Size
Virtual size
Weight
+
+
+ + + + + + + + + + + + + + + +
Version
Locktime
Transaction Hex
+
+
@@ -286,22 +304,44 @@

Details

- - - - - - - - - - - - - - - -
+
+
+ + + + + + + + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + +
+
+
diff --git a/frontend/src/app/components/transaction/transaction.component.scss b/frontend/src/app/components/transaction/transaction.component.scss index d6a736191..d7d9fb5df 100644 --- a/frontend/src/app/components/transaction/transaction.component.scss +++ b/frontend/src/app/components/transaction/transaction.component.scss @@ -110,7 +110,7 @@ } &:last-child { text-align: right; - @media (min-width: 768px) { + @media (min-width: 850px) { text-align: left; } }