mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-19 05:33:31 +01:00
Fix overflowing text in order ID field in invoices table (#3765)
close #3714
This commit is contained in:
parent
af4a06f91d
commit
2254a5960e
@ -348,7 +348,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
<span>@invoice.OrderId</span>
|
||||
<span class="wraptextAuto">@invoice.OrderId</span>
|
||||
}
|
||||
</td>
|
||||
<td class="text-break">@invoice.InvoiceId</td>
|
||||
|
Loading…
Reference in New Issue
Block a user