Skip to content

Commit

Permalink
fix(css): Fix margin-bottom for list items
Browse files Browse the repository at this point in the history
Fixes: #4547

Required after 774a42b.

Signed-off-by: Jonas <jonas@freesources.org>
  • Loading branch information
mejo- committed Jul 28, 2023
1 parent e3400ef commit 3fb57fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/prosemirror.scss
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ div.ProseMirror {
position: relative;
padding-left: 3px;

p {
p .paragraph-content {
margin-bottom: 0.5em;
}
}
Expand Down

0 comments on commit 3fb57fb

Please sign in to comment.