Please could paragraphs have a bit more spacing between them?

The majority of our users end up double-spacing paragraphs, because the default padding between them if you just hit <enter> is too close to a normal line break, and doesn’t give enough differentiation between paragraphs. But if you hit <enter> twice then you end up with a gap that feels too large. :frowning:

Any chance you could change the spacing? ProseMirror’s default looks much better than Fibery’s. (It has closer line-spacing and larger paragraph spacing, which combined make this feel much better.)

ProseMirror demo:
image

Fibery:
image

I’ve been meaning to write about this from the start of using Fibery so have my vote :smiley:

2 Likes

With Custom CSS:


/* More margin between paragraphs in Rich Text */
.blocks_list .ProseMirror > p {
    margin-bottom: 0.6em;
}

Yes, but our users aren’t going to add custom CSS; this should look better out of the box.

2 Likes

Yes would love this since I write all my content in Fibery + wanna build a Wiki. It’s hopefully a small fix but really improves the readability in long texts :partying_face:

3 Likes