Skip to content

Commit

Permalink
fix: Limit paragraph spacing to the content
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliushaertl committed Mar 1, 2023
1 parent 3b6201d commit 774a42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/prosemirror.scss
Expand Up @@ -96,7 +96,7 @@ div.ProseMirror {
padding: .5em 0;
}

p {
p .paragraph-content {
margin-bottom: 1em;
line-height: 150%;
}
Expand Down

0 comments on commit 774a42b

Please sign in to comment.