From 8546871931819e590341cffd3a3f97f296c54ec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Thu, 6 Oct 2022 14:34:11 +0200 Subject: [PATCH] swagger: fix download button overflow #334 --- layouts/partials/shortcodes/swagger.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layouts/partials/shortcodes/swagger.html b/layouts/partials/shortcodes/swagger.html index 63946d6d16..68335c0b48 100644 --- a/layouts/partials/shortcodes/swagger.html +++ b/layouts/partials/shortcodes/swagger.html @@ -10,6 +10,9 @@ rapi-doc::part(section-endpoint-head-method) { font-size: 11px; } + rapi-doc::part(btn) { + width: unset !important; + }