From 869411a977da476d4208c9ac91882db25a3612f1 Mon Sep 17 00:00:00 2001 From: dstrukt Date: Sun, 12 Jun 2022 18:48:36 -0700 Subject: [PATCH] ui+dashboard: small margin tweaks (#3856) --- BTCPayServer/Components/StoreRecentInvoices/Default.cshtml | 2 +- BTCPayServer/Components/StoreRecentTransactions/Default.cshtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BTCPayServer/Components/StoreRecentInvoices/Default.cshtml b/BTCPayServer/Components/StoreRecentInvoices/Default.cshtml index cef58e93d..66d4350d9 100644 --- a/BTCPayServer/Components/StoreRecentInvoices/Default.cshtml +++ b/BTCPayServer/Components/StoreRecentInvoices/Default.cshtml @@ -13,7 +13,7 @@ @if (Model.Invoices.Any()) { - +
diff --git a/BTCPayServer/Components/StoreRecentTransactions/Default.cshtml b/BTCPayServer/Components/StoreRecentTransactions/Default.cshtml index 3d88e8849..7d3c8a4c9 100644 --- a/BTCPayServer/Components/StoreRecentTransactions/Default.cshtml +++ b/BTCPayServer/Components/StoreRecentTransactions/Default.cshtml @@ -11,7 +11,7 @@ @if (Model.Transactions.Any()) { -
Date
+
Date