From 8b7ea6c71f68669419aef8da060d070f867a15a8 Mon Sep 17 00:00:00 2001 From: Umar Bolatov Date: Sun, 8 Sep 2019 11:00:57 -0700 Subject: [PATCH] [Wallet] Add space between transaction labels close #1024 --- .../Views/Wallets/WalletTransactions.cshtml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml index dfe21ce2f..ada41a484 100644 --- a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml +++ b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml @@ -5,8 +5,6 @@ ViewData.SetActivePageAndTitle(WalletsNavPages.Transactions); } @if (TempData.ContainsKey("TempDataProperty-StatusMessage")) { @@ -64,7 +66,17 @@ @foreach (var label in transaction.Labels) { - @label.Value + + @label.Value + }