Visually align authorize button with the rest of SwaggerUI components
This commit is contained in:
parent
c961111d55
commit
a88612bc18
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
.swagger-ui .topbar .download-url-wrapper {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.swagger-ui .auth-wrapper {
|
||||
justify-content: flex-start;
|
||||
}
|
Loading…
Add table
Reference in a new issue