diff --git a/src/components/NotePostForm.tsx b/src/components/NotePostForm.tsx index beb1146..2794a63 100644 --- a/src/components/NotePostForm.tsx +++ b/src/components/NotePostForm.tsx @@ -384,7 +384,7 @@ const NotePostForm: Component = (props) => { emojiTextAreaRef(el); }} name="text" - class="scrollbar max-h-[40vh] min-h-16 overflow-y-auto rounded-md border border-border bg-bg ring-border placeholder:text-fg-secondary focus:border-border focus:ring-primary" + class="scrollbar max-h-[40vh] min-h-16 overflow-y-auto whitespace-pre-wrap break-all rounded-md border border-border bg-bg ring-border placeholder:text-fg-secondary focus:border-border focus:ring-primary" rows={4} placeholder={placeholder(mode())} onInput={handleInput}