We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a3b8ab commit 43c237aCopy full SHA for 43c237a
apps/website/src/lib/tiptap/nodes/document.ts
@@ -31,7 +31,7 @@ export const Document = Node.create({
31
},
32
33
documentParagraphSpacing: {
34
- default: 1,
+ default: 0,
35
renderHTML: ({ documentParagraphSpacing }) => ({
36
style: `--document-paragraph-spacing: ${documentParagraphSpacing}rem`,
37
}),
0 commit comments