From b165785064dba0ff039ab2aa57a75df890af8d36 Mon Sep 17 00:00:00 2001 From: Daniel Chao Date: Wed, 16 Aug 2017 13:33:52 -0700 Subject: [PATCH] Add margins around list-items in markdown They're pretty tightly squeezed in there right now. --- lib/components/Redoc/redoc.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/components/Redoc/redoc.scss b/lib/components/Redoc/redoc.scss index 14a8292861..f0c1501f15 100644 --- a/lib/components/Redoc/redoc.scss +++ b/lib/components/Redoc/redoc.scss @@ -306,6 +306,9 @@ footer { font-family: $base-font, $base-font-family; font-weight: $base-font-weight; line-height: $base-line-height; + > li { + margin: 1em 0; + } } table {