From 76a4e9e520bd45af44765dfdb366d5844f8cbb71 Mon Sep 17 00:00:00 2001 From: Kukks Date: Mon, 8 Nov 2021 08:15:08 +0100 Subject: [PATCH] Fix: Payout actions button was misaligned --- .../Views/StorePullPayments/Payouts.cshtml | 27 ++++++++++--------- 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/BTCPayServer/Views/StorePullPayments/Payouts.cshtml b/BTCPayServer/Views/StorePullPayments/Payouts.cshtml index 2c2e45da2..65723b4f0 100644 --- a/BTCPayServer/Views/StorePullPayments/Payouts.cshtml +++ b/BTCPayServer/Views/StorePullPayments/Payouts.cshtml @@ -52,7 +52,7 @@

@ViewData["Title"]

-
+
-
@if (Model.Payouts.Any() && stateActions.Any()) { -