From 829b0dd5e28e1828cab9f885803b2313c308721d Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Mon, 6 Apr 2020 18:16:41 +0200 Subject: [PATCH] Fix transaction dropdowns As brought up by @kukks with [this comment](https://github.com/btcpayserver/btcpayserver/pull/1434#issuecomment-609720019). The problem exists across themes, so the fix is separated from the originating PR. --- .../Views/Wallets/WalletTransactions.cshtml | 33 +++++++++++-------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml index bc4cfe928..a701bb238 100644 --- a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml +++ b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml @@ -137,25 +137,28 @@