From dc3b3077c253d78d011a10e4b441920f78ebc1cf Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Mon, 12 Mar 2018 11:02:02 +0900 Subject: [PATCH] Add text align for rate in invoice detail page --- BTCPayServer/Views/Invoice/Invoice.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/Views/Invoice/Invoice.cshtml b/BTCPayServer/Views/Invoice/Invoice.cshtml index 07cb6d266..e30db0836 100644 --- a/BTCPayServer/Views/Invoice/Invoice.cshtml +++ b/BTCPayServer/Views/Invoice/Invoice.cshtml @@ -165,7 +165,7 @@ { @payment.PaymentMethod - @payment.Rate + @payment.Rate @payment.Paid @payment.Due @payment.Address