From 2e150f4bf45cd2996b1883e69efab4f8e7b248d5 Mon Sep 17 00:00:00 2001 From: d11n Date: Tue, 25 Oct 2022 03:46:00 +0200 Subject: [PATCH] Checkout: Fix Order ID text overflow (#4232) Fixes #4230. Thanks for the pointer @handsomelatino! --- BTCPayServer/Views/UIInvoice/Checkout-Body.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/Views/UIInvoice/Checkout-Body.cshtml b/BTCPayServer/Views/UIInvoice/Checkout-Body.cshtml index 29b209ecd..f19898967 100644 --- a/BTCPayServer/Views/UIInvoice/Checkout-Body.cshtml +++ b/BTCPayServer/Views/UIInvoice/Checkout-Body.cshtml @@ -232,7 +232,7 @@
{{$t("InvoiceExpired_Body_3")}}
-
+
{{$t("Invoice ID")}}: {{srvModel.invoiceId}}