From 925a9803f175de63a7c9ea05253fb5120dd90027 Mon Sep 17 00:00:00 2001 From: Kukks Date: Fri, 8 Mar 2024 11:22:54 +0100 Subject: [PATCH] fix styling --- .../Plugins/BoltcardBalance/Views/BalanceView.cshtml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/BTCPayServer/Plugins/BoltcardBalance/Views/BalanceView.cshtml b/BTCPayServer/Plugins/BoltcardBalance/Views/BalanceView.cshtml index f84d2856c..5529ac4e2 100644 --- a/BTCPayServer/Plugins/BoltcardBalance/Views/BalanceView.cshtml +++ b/BTCPayServer/Plugins/BoltcardBalance/Views/BalanceView.cshtml @@ -28,13 +28,15 @@ + @if (Model.AmountDue > 0) + { +
-
- @if (Model.AmountDue > 0) - { Sweep remaining balance - } +
+ } +