Checkout: Fix Order ID text overflow (#4232)

Fixes #4230. Thanks for the pointer @handsomelatino!
This commit is contained in:
d11n 2022-10-25 03:46:00 +02:00 committed by GitHub
parent 4f4aa051c9
commit 2e150f4bf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 />