mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 14:04:12 +01:00
Ensure tx labels display correctly when there are many (#2076)
fix #2075
This commit is contained in:
parent
f9b86a6b2e
commit
fa517417ed
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
|||
|
||||
<div class="row mt-4">
|
||||
<div class="col-md-12">
|
||||
<div class="d-flex flex-row card card-body p-2">
|
||||
<div class="d-flex flex-row align-items-start flex-wrap card card-body p-2">
|
||||
<span class="mr-2">Filter by label:</span>
|
||||
@foreach (var label in Model.Labels)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue