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:
parent
ee210d80b6
commit
398a410ba2
1 changed files with 5 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue