mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Excluded the last paragraph from bottom margin
This commit is contained in:
parent
398a410ba2
commit
99ae23cf23
1 changed files with 5 additions and 1 deletions
|
@ -39,6 +39,10 @@ body {
|
|||
margin: 0 0 2rem;
|
||||
}
|
||||
|
||||
.gh-comment-content p:last-child {
|
||||
margin: 0 0 0;
|
||||
}
|
||||
|
||||
/* The following lines are needed for the editor */
|
||||
|
||||
/* Placeholder */
|
||||
|
@ -62,4 +66,4 @@ body {
|
|||
|
||||
.ghost-display {
|
||||
display: block !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue