Browse Source

Fix paragraphs not having spacing. Closes #2891

pull/2896/head
Gabe Kangas 3 years ago
parent
commit
d7301d2d8d
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 2
      web/components/ui/CustomPageContent/CustomPageContent.module.scss

2
web/components/ui/CustomPageContent/CustomPageContent.module.scss

@ -16,6 +16,6 @@ @@ -16,6 +16,6 @@
}
p {
margin: unset;
margin: 0.5rem 0;
}
}

Loading…
Cancel
Save