* A payment proposal can be deleted if 1) you are the creator, and no other copayer has signed, or 2) 24 hours have passed since the proposal was created.
-
+
Delete Payment Proposal
diff --git a/src/sass/main.scss b/src/sass/main.scss
index 4974b6297..916c8f500 100644
--- a/src/sass/main.scss
+++ b/src/sass/main.scss
@@ -594,6 +594,10 @@ ul.wallet-selection.wallets {
margin-right: 40px;
}
+.m55r {
+ margin-right: 55px;
+}
+
.m25r {
margin-right: 25px;
}
diff --git a/src/sass/views/includes/txp-details.scss b/src/sass/views/includes/txp-details.scss
index 363466c94..28c1d977e 100644
--- a/src/sass/views/includes/txp-details.scss
+++ b/src/sass/views/includes/txp-details.scss
@@ -3,7 +3,7 @@
bottom: 100px;
}
.head {
- padding-bottom: 55px;
+ padding-bottom: 30px;
.sending-label{
line-height: 70px;
font-size: 25px;