From 95e45f6e44a26c0946cb93385d6dad025c527a64 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 4 Nov 2024 13:30:07 +0100 Subject: [PATCH] ui --- .../flavour_assets/hooks/Bonfire.Editor.Milkdown.hooks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flavours/classic/config/flavour_assets/hooks/Bonfire.Editor.Milkdown.hooks.js b/flavours/classic/config/flavour_assets/hooks/Bonfire.Editor.Milkdown.hooks.js index 494678c339..258d541162 100644 --- a/flavours/classic/config/flavour_assets/hooks/Bonfire.Editor.Milkdown.hooks.js +++ b/flavours/classic/config/flavour_assets/hooks/Bonfire.Editor.Milkdown.hooks.js @@ -349,7 +349,7 @@ const createEditor = async (_this, hidden_input, composer$) => { attributes: { placeholder: "Type your text here...", class: - "editor prose prose-sm h-full p-2 focus:outline-none composer w-full max-w-full", + "editor prose prose-sm h-full p-2 focus:outline-none composer w-full max-w-full prose-p:first-of-type:mt-0", spellcheck: "false", }, }));