You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The version badge in the documentation contains extra margin padding that looks like it should not be there. I have noticed it on all of the v3 beta releases thus far.
Documentation Link
I am seeing this on private documentation being generated with this package, but you can see it on the v3 beta release as well (link from PR #660)
Change this rule regarding the p tag associated with the version label. Changing the margin to 0 resolves the issue and removes the extra margin padding.
p {
margin: 0 0 var(--ifm-paragraph-margin-bottom);
}
The text was updated successfully, but these errors were encountered:
Describe the problem
Version:
^3.0.0-beta.5
The version badge in the documentation contains extra margin padding that looks like it should not be there. I have noticed it on all of the v3 beta releases thus far.
Documentation Link
I am seeing this on private documentation being generated with this package, but you can see it on the v3 beta release as well (link from PR #660)
https://docusaurus-openapi-36b86--pr660-xou63k6x.web.app/petstore/swagger-petstore-yaml
Suggested fix
Change this rule regarding the
p
tag associated with the version label. Changing the margin to0
resolves the issue and removes the extra margin padding.The text was updated successfully, but these errors were encountered: