From fa517417ed122edd6e87fde6cf01176951c789a4 Mon Sep 17 00:00:00 2001 From: Umar Bolatov Date: Sun, 22 Nov 2020 21:34:34 -0800 Subject: [PATCH] Ensure tx labels display correctly when there are many (#2076) fix #2075 --- BTCPayServer/Views/Wallets/WalletTransactions.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml index 8d78dd7f3..df5e798ab 100644 --- a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml +++ b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml @@ -77,7 +77,7 @@
-
+
Filter by label: @foreach (var label in Model.Labels) {