From d729f3f1f5dc2433a161bf8dedf214a198048ddf 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 abf2326e..7a8e23fc 100644 --- a/lib/components/Redoc/redoc.scss +++ b/lib/components/Redoc/redoc.scss @@ -311,6 +311,9 @@ footer { font-family: $base-font, $base-font-family; font-weight: $base-font-weight; line-height: $base-line-height; + > li { + margin: 1em 0; + } } table {