From d7301d2d8d81b236d4ad5450042a9038ca2b3ae5 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Fri, 31 Mar 2023 22:21:47 -0700 Subject: [PATCH] Fix paragraphs not having spacing. Closes #2891 --- .../ui/CustomPageContent/CustomPageContent.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/ui/CustomPageContent/CustomPageContent.module.scss b/web/components/ui/CustomPageContent/CustomPageContent.module.scss index 3ac8582cb..9db918985 100644 --- a/web/components/ui/CustomPageContent/CustomPageContent.module.scss +++ b/web/components/ui/CustomPageContent/CustomPageContent.module.scss @@ -16,6 +16,6 @@ } p { - margin: unset; + margin: 0.5rem 0; } }