From e44415eb6fce3d5878d7ef7f0c84c19d4102ca45 Mon Sep 17 00:00:00 2001 From: Simon Backx Date: Fri, 12 Aug 2022 15:51:35 +0200 Subject: [PATCH] Cleaned up margin syntax --- apps/comments-ui/src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/comments-ui/src/index.css b/apps/comments-ui/src/index.css index a3291c5cb3..bb74c95ea3 100644 --- a/apps/comments-ui/src/index.css +++ b/apps/comments-ui/src/index.css @@ -40,7 +40,7 @@ body { } .gh-comment-content p:last-child { - margin: 0 0 0; + margin: 0; } /* The following lines are needed for the editor */