mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
Excluded the last paragraph from bottom margin
This commit is contained in:
parent
398a410ba2
commit
99ae23cf23
@ -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…
Reference in New Issue
Block a user