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", }, }));