Visually align authorize button with the rest of SwaggerUI components

This commit is contained in:
Laura Hausmann 2024-01-28 03:54:33 +01:00
parent c961111d55
commit a88612bc18
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -1,3 +1,7 @@
.swagger-ui .topbar .download-url-wrapper { .swagger-ui .topbar .download-url-wrapper {
display: none; display: none;
} }
.swagger-ui .auth-wrapper {
justify-content: flex-start;
}