0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Fixed up the paragraph spacing in the editor

no issue
This commit is contained in:
James Morris 2022-08-12 14:23:18 +01:00
parent ee210d80b6
commit 398a410ba2

View file

@ -34,6 +34,11 @@ body {
padding-left: 1rem;
}
/* Paragraphs */
.gh-comment-content p {
margin: 0 0 2rem;
}
/* The following lines are needed for the editor */
/* Placeholder */