From 5a7c88430af688df6425bc0a7c76f77356f0a03c Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Mon, 8 Jun 2020 08:57:34 -0700 Subject: [PATCH] chore: Add space below description --- src/components/PropList.module.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/PropList.module.scss b/src/components/PropList.module.scss index 710efc841..63929dfc1 100644 --- a/src/components/PropList.module.scss +++ b/src/components/PropList.module.scss @@ -52,6 +52,10 @@ .details { font-size: 1.25rem; + + &:not(:last-child) { + margin-bottom: 1rem; + } } .flagged {