From 96c346e0e18468272c8e218e21e70b47cc77fcbf Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 8 Mar 2021 22:42:36 +0100 Subject: [PATCH] fix padding of Swagger API UI --- src/styles/app.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/styles/app.css b/src/styles/app.css index d7d8b2c..7142f1a 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -463,3 +463,11 @@ hr { .badge-outdated { opacity: 0.4; } + + +/** + * Swagger UI + */ +.swagger-ui .wrapper { + padding: 0 !important; +}