Skip to content

Commit

Permalink
style: fix text alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
HKuz committed Feb 26, 2024
1 parent 2269871 commit 4d163af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electronic_payments/templates/pages/order.html
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ <h3 class="m-0">Payment Schedule</h3>
{{ frappe.utils.fmt_money(min(pt.outstanding, outstanding_amount), currency=doc.currency) }}
</span>
<!-- PAYMENT BUTTON -->
<span class="col-3">
<span class="col-3 text-center">
{% if show_pay_button and min(pt.outstanding, outstanding_amount) > 0 %}
<div class="form-column col-sm-6" style="margin: auto">
<div>
Expand Down

0 comments on commit 4d163af

Please sign in to comment.