mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 22:11:48 +01:00
Add text align for rate in invoice detail page
This commit is contained in:
parent
936ae64ca3
commit
dc3b3077c2
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@
|
||||||
{
|
{
|
||||||
<tr>
|
<tr>
|
||||||
<td>@payment.PaymentMethod</td>
|
<td>@payment.PaymentMethod</td>
|
||||||
<td>@payment.Rate</td>
|
<td style="text-align:right;">@payment.Rate</td>
|
||||||
<td>@payment.Paid</td>
|
<td>@payment.Paid</td>
|
||||||
<td>@payment.Due</td>
|
<td>@payment.Due</td>
|
||||||
<td>@payment.Address</td>
|
<td>@payment.Address</td>
|
||||||
|
|
Loading…
Add table
Reference in a new issue