From dae4577b435f817d7faa6bda6c02a42f62f32666 Mon Sep 17 00:00:00 2001 From: Umar Bolatov Date: Sun, 14 Nov 2021 16:02:11 -0800 Subject: [PATCH] Fix label display issue --- BTCPayServer/Views/Wallets/WalletTransactions.cshtml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml index 74a0a86f4..7b1d19480 100644 --- a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml +++ b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml @@ -1,4 +1,4 @@ -@model ListTransactionsViewModel +@model ListTransactionsViewModel @{ Layout = "../Shared/_NavLayout.cshtml"; ViewData.SetActivePageAndTitle(WalletsNavPages.Transactions, $"{Model.CryptoCode} Transactions", Context.GetStoreData().StoreName); @@ -35,7 +35,6 @@ .badge-container { display: flex; - align-items: center; flex-wrap: nowrap; }