Skip to content

Commit

Permalink
UI: Improve invoice's webhooks table (#5545)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Dec 11, 2023
1 parent 433adf4 commit d413dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BTCPayServer/Views/UIInvoice/Invoice.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@
<span>@delivery.Type</span>
</td>
<td>
<span class="text-nowrap" data-bs-toggle="tooltip" title="@delivery.PayloadUrl" style="cursor: pointer;">
<span class="text-break" data-bs-toggle="tooltip" title="@delivery.PayloadUrl" style="cursor: pointer;">
<span style="max-width: 250px;">@delivery.PayloadUrl</span>
</span>
</td>
Expand Down

0 comments on commit d413dd9

Please sign in to comment.