From 0a790fe4819cdaa7773608b0b46901689de5c676 Mon Sep 17 00:00:00 2001 From: Naomi Day Date: Fri, 20 Nov 2020 10:06:37 -0800 Subject: [PATCH 1/2] style: remove large space at the top of the reference page --- example/reference/index.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/example/reference/index.html b/example/reference/index.html index 5d65cb384..14565466c 100644 --- a/example/reference/index.html +++ b/example/reference/index.html @@ -176,6 +176,10 @@ #loading-screen.is-loaded { display: none; } + + .hub-container { + display: flex; + } @@ -232,18 +236,12 @@

Swagger Preview

} section#hub-content { border-left: 1px solid #ddd; - margin-left: 246px; padding-left: 0px; width: unset; } section#hub-content.with-errors { border-left: none; } - @media (max-width: 768px) { - section#hub-content { - margin-left: 0 !important; - } - }