From 383765f5fe7dbab7cfab7dd675182e4e5ad03620 Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Mon, 10 Jan 2022 12:22:12 +0100 Subject: [PATCH] Solve spacing via CSS --- BTCPayServer/Views/Stores/SetupLightningNode.cshtml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/BTCPayServer/Views/Stores/SetupLightningNode.cshtml b/BTCPayServer/Views/Stores/SetupLightningNode.cshtml index 4470f7677..18c2df024 100644 --- a/BTCPayServer/Views/Stores/SetupLightningNode.cshtml +++ b/BTCPayServer/Views/Stores/SetupLightningNode.cshtml @@ -53,6 +53,11 @@ color: var(--btcpay-secondary); opacity: .5; } + + #LightningNodeTypeTablist label + input + label { + margin-left: var(--btcpay-space-m); + } + #LightningNodeTypeTabs ul { list-style: none; padding-left: 0; @@ -75,7 +80,7 @@ - +