From 5759e9094f62129ca47faea4162beca7e43cd73d Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 15:39:22 +0000 Subject: [PATCH] fix: override text-wrap: pretty for tiptap editor paragraphs Co-Authored-By: john@hyprnote.com --- packages/tiptap/src/styles/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/tiptap/src/styles/base.css b/packages/tiptap/src/styles/base.css index f998679055..edc5bdaaf8 100644 --- a/packages/tiptap/src/styles/base.css +++ b/packages/tiptap/src/styles/base.css @@ -43,6 +43,7 @@ p { margin-bottom: 0.25rem; + text-wrap: wrap; } .node-image {