From 303b49e9185082585c705e56dbb7dae17b09fbec Mon Sep 17 00:00:00 2001 From: Vincent Giersch Date: Mon, 17 Apr 2017 11:38:31 +0200 Subject: [PATCH] fix: ul missing css --- 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 415a794089..b6e0443deb 100644 --- a/lib/components/Redoc/redoc.scss +++ b/lib/components/Redoc/redoc.scss @@ -240,6 +240,9 @@ footer { padding-left: 2em; margin: 0; margin-bottom: 1em; + font-family: $base-font, $base-font-family; + font-weight: $base-font-weight; + line-height: $base-line-height; } table {