diff --git a/src/sass/views/walletDetails.scss b/src/sass/views/walletDetails.scss
index b726710f9..fe68b1d40 100644
--- a/src/sass/views/walletDetails.scss
+++ b/src/sass/views/walletDetails.scss
@@ -13,6 +13,7 @@
}
}
&__tx-time {
+ white-space: nowrap;
color: $v-light-gray;
font-size: 12.5px;
}
diff --git a/www/views/includes/txp.html b/www/views/includes/txp.html
index 779869454..baea9c1a1 100644
--- a/www/views/includes/txp.html
+++ b/www/views/includes/txp.html
@@ -1,33 +1,29 @@
-
- {{addressbook[tx.toAddress].name || addressbook[tx.toAddress]}}
-
-
- {{tx.message}}
-
-
- Sending
-
+ {{tx.message}}
+ {{addressbook[tx.toAddress].name || addressbook[tx.toAddress]}}
+ Sending
- {{tx.merchant.domain}}
- {{tx.merchant.domain}}
+ {{tx.merchant.domain}}
+ {{tx.merchant.domain}}
–
-
+
(possible double spend)
-
+
– {{tx.amountStr}}
diff --git a/www/views/modals/txp-details.html b/www/views/modals/txp-details.html
index ef9beb604..d18128132 100644
--- a/www/views/modals/txp-details.html
+++ b/www/views/modals/txp-details.html
@@ -78,7 +78,7 @@
{{wallet.name}}
-
+