From 296c040180cdd586c5f677b39fdf23029d9e04e1 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Tue, 16 Sep 2025 23:16:53 +0200 Subject: [PATCH] packed buttons in markdown editor in another span Signed-off-by: Stephan Richter --- frontend/src/Components/MarkdownEditor.svelte | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/src/Components/MarkdownEditor.svelte b/frontend/src/Components/MarkdownEditor.svelte index c3f086d..0a5aae9 100644 --- a/frontend/src/Components/MarkdownEditor.svelte +++ b/frontend/src/Components/MarkdownEditor.svelte @@ -122,8 +122,10 @@ {#if editing}
- - + + + +
{/if} {@html target(editValue.rendered)}