diff --git a/apps/comments-ui/src/index.css b/apps/comments-ui/src/index.css index fe788c3846..a3291c5cb3 100644 --- a/apps/comments-ui/src/index.css +++ b/apps/comments-ui/src/index.css @@ -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; -} \ No newline at end of file +}