Fix overflowing text in order ID field in invoices table (#3765)

close #3714
This commit is contained in:
Umar Bolatov 2022-05-20 00:14:00 -07:00 committed by nicolas.dorier
parent af4a06f91d
commit 2254a5960e
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -348,7 +348,7 @@
}
else
{
<span>@invoice.OrderId</span>
<span class="wraptextAuto">@invoice.OrderId</span>
}
</td>
<td class="text-break">@invoice.InvoiceId</td>