mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
Checkout: Fix Order ID text overflow (#4232)
Fixes #4230. Thanks for the pointer @handsomelatino!
This commit is contained in:
parent
4f4aa051c9
commit
2e150f4bf4
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@
|
|||
<div class="expired__text">
|
||||
{{$t("InvoiceExpired_Body_3")}}
|
||||
</div>
|
||||
<div class="expired__text expired__text__smaller">
|
||||
<div class="expired__text expired__text__smaller" style="overflow-wrap:break-word">
|
||||
<span class="expired__text__bullet">{{$t("Invoice ID")}}</span>:
|
||||
{{srvModel.invoiceId}}
|
||||
<br />
|
||||
|
|
Loading…
Add table
Reference in a new issue