diff --git a/internal/manager/swagger_ui/static/index.html b/internal/manager/swagger_ui/static/index.html index f7ffd4ad..cf4f8c5e 100644 --- a/internal/manager/swagger_ui/static/index.html +++ b/internal/manager/swagger_ui/static/index.html @@ -25,10 +25,19 @@ margin: 0; background: #fafafa; } - + div#back-to-flamenco { + float: right; + } + div#back-to-flamenco a { + padding: 0.5em 2em 0.5em 0.5em; + text-decoration: none; + font-weight: bold; + } +
+