mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 18:11:36 +01:00
Fix visual bug with invoices search help text overlapping invoice action buttons (#2583)
* Fix visual bug with invoices search help text overlapping invoice action buttons close #2582 * Update BTCPayServer/Views/Invoice/ListInvoices.cshtml Co-authored-by: d11n <mail@dennisreimann.de> Co-authored-by: d11n <mail@dennisreimann.de>
This commit is contained in:
parent
6c856aba48
commit
9bbaae9dea
@ -275,7 +275,7 @@
|
||||
</div>
|
||||
|
||||
<div class="row collapse" id="help">
|
||||
<div class="col">
|
||||
<div class="col @(Model.Total > 0 ? "pt-3 pb-lg-5" : "")">
|
||||
<p>
|
||||
You can search for invoice Id, deposit address, price, order id, store id, any buyer information and any product information.
|
||||
Be sure to split your search parameters with comma, for example:<br />
|
||||
|
Loading…
Reference in New Issue
Block a user