diff --git a/frontend/src/app/components/transaction/transaction-preview.component.html b/frontend/src/app/components/transaction/transaction-preview.component.html
index cb273b16c..40ef94dde 100644
--- a/frontend/src/app/components/transaction/transaction-preview.component.html
+++ b/frontend/src/app/components/transaction/transaction-preview.component.html
@@ -41,24 +41,20 @@
-
-
-
- Coinbase |
- {{ tx.vin[0].scriptsig | hex2ascii }} |
-
-
-
-
-
+
+
+ Coinbase
+ {{ tx.vin[0].scriptsig | hex2ascii }}
+
+
+
-
- OP_RETURN |
- {{ vout.scriptpubkey_asm | hex2ascii }} |
-
+
+ OP_RETURN
+ {{ vout.scriptpubkey_asm | hex2ascii }}
+
-
-
+
diff --git a/frontend/src/app/components/transaction/transaction-preview.component.scss b/frontend/src/app/components/transaction/transaction-preview.component.scss
index 75eceb99e..4fa8b661a 100644
--- a/frontend/src/app/components/transaction/transaction-preview.component.scss
+++ b/frontend/src/app/components/transaction/transaction-preview.component.scss
@@ -29,6 +29,8 @@
.features {
font-size: 24px;
margin-left: 1em;
+ margin-top: 0.5em;
+ margin-right: -4px;
}
.top-data {
@@ -60,6 +62,15 @@
}
}
+.top-data .field {
+ &:first-child {
+ padding-left: 0;
+ }
+ &:last-child {
+ padding-right: 0;
+ }
+}
+
.tx-link {
display: inline;
font-size: 28px;
@@ -92,26 +103,37 @@
max-width: 90%;
margin: auto;
overflow: hidden;
+ display: flex;
+ flex-direction: row;
+ justify-content: center;
.opreturns {
+ display: inline-block;
width: auto;
+ max-width: 100%;
margin: auto;
table-layout: auto;
background: #2d3348af;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
- td {
- padding: 10px 10px;
+ .opreturn-row {
+ width: 100%;
+ display: flex;
+ flex-direction: row;
+ justify-content: flex-start;
+ padding: 0 10px;
+ }
- &.message {
- overflow: hidden;
- display: inline-block;
- vertical-align: bottom;
- text-overflow: ellipsis;
- white-space: nowrap;
- text-align: left;
- }
+ .label {
+ margin-right: 1em;
+ }
+
+ .message {
+ flex-shrink: 1;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
}
}
}
diff --git a/frontend/src/app/components/tx-bowtie-graph/tx-bowtie-graph.component.html b/frontend/src/app/components/tx-bowtie-graph/tx-bowtie-graph.component.html
index 23346f405..f7484fb70 100644
--- a/frontend/src/app/components/tx-bowtie-graph/tx-bowtie-graph.component.html
+++ b/frontend/src/app/components/tx-bowtie-graph/tx-bowtie-graph.component.html
@@ -1,5 +1,5 @@
-