We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Example Swagger/OpenAPI definition: n/a
Swagger-UI configuration options: n/a
As you can see in the image, the response code and description are not aligned.
That is because the description has a <p> tag with margin-top.
<p>
margin-top
Steps to reproduce the behavior:
Alignment of code and description
as above
n/a
The text was updated successfully, but these errors were encountered:
@lonix1 I wonder if you found a solution for this?
Sorry, something went wrong.
@j-andrespuk No, sorry. It's a css bug in the library.
I have opened a PR to fix this, since it was just 2 lines of missing CSS causing the issue.
fix(ui): align response description column (#8963)
876727c
Closes #7850
char0n
Successfully merging a pull request may close this issue.
Q&A (please complete the following information)
Content & configuration
Example Swagger/OpenAPI definition:
n/a
Swagger-UI configuration options:
n/a
Describe the bug you're encountering
As you can see in the image, the response code and description are not aligned.
That is because the description has a
<p>
tag withmargin-top
.To reproduce...
Steps to reproduce the behavior:
Expected behavior
Alignment of code and description
Screenshots
as above
Additional context or thoughts
n/a
The text was updated successfully, but these errors were encountered: