Skip to content

Commit

Permalink
ui
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanminutillo committed Nov 4, 2024
1 parent 258ce68 commit 95e45f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
}));
Expand Down

0 comments on commit 95e45f6

Please sign in to comment.