From 4472998d4dc7ed20028f1e3febca9648212a7dc0 Mon Sep 17 00:00:00 2001 From: Luc Mcgrady Date: Mon, 30 Jun 2025 21:33:30 +0100 Subject: [PATCH] Fix: Spacing --- ts/lib/components/HelpSection.svelte | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ts/lib/components/HelpSection.svelte b/ts/lib/components/HelpSection.svelte index 1145888a0..2aa72c677 100644 --- a/ts/lib/components/HelpSection.svelte +++ b/ts/lib/components/HelpSection.svelte @@ -25,7 +25,7 @@ {#if item.help} {#if item.global}
- +
{/if} {@html renderMarkdown(item.help)} @@ -66,6 +66,5 @@ display: inline-block; width: 1em; fill: currentColor; - margin-bottom: 1em; }