From 9d5baabc2ce5e894c811887fd9f2465a0be94358 Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Wed, 19 Feb 2025 09:38:12 +0100 Subject: [PATCH] UI: Fix spacing of Lightning Address info on invoice details page --- .../Shared/Lightning/ViewLightningLikePaymentData.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BTCPayServer/Views/Shared/Lightning/ViewLightningLikePaymentData.cshtml b/BTCPayServer/Views/Shared/Lightning/ViewLightningLikePaymentData.cshtml index 9c3860e81..3ef786017 100644 --- a/BTCPayServer/Views/Shared/Lightning/ViewLightningLikePaymentData.cshtml +++ b/BTCPayServer/Views/Shared/Lightning/ViewLightningLikePaymentData.cshtml @@ -78,13 +78,13 @@ @if (!string.IsNullOrEmpty(providedComment)) { -
+
LNURL Comment: @providedComment
} @if (!string.IsNullOrEmpty(consumedLightningAddress)) { -
+
Lightning address used: @consumedLightningAddress
}