Browse Source

style cleanup

fix-133-memory-crash
Dan Janosik 6 years ago
parent
commit
a2ddd0a089
No known key found for this signature in database GPG Key ID: C6F8CE9FFDB2CED2
  1. 4
      views/includes/transaction-io-details.pug

4
views/includes/transaction-io-details.pug

@ -61,7 +61,7 @@ div(class="row monospace")
else
- extraInputCount = extraInputCount + 1;
div(class="row mb-5")
div(class="row mb-5 pr-3")
div(class="col")
div(class="font-weight-bold text-left text-md-right")
span(class="d-inline d-md-none") Total Input:
@ -127,7 +127,7 @@ div(class="row monospace")
hr
div(class="row mb-5")
div(class="row mb-5 pr-3")
div(class="col")
div(class="font-weight-bold text-left text-md-right")
span(class="d-inline d-md-none") Total Output:

Loading…
Cancel
Save