Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dist/swagger-ui.css emits wrong selectors #10355

Open
sant123 opened this issue Mar 11, 2025 · 0 comments
Open

dist/swagger-ui.css emits wrong selectors #10355

sant123 opened this issue Mar 11, 2025 · 0 comments

Comments

@sant123
Copy link

sant123 commented Mar 11, 2025

Hello, taking a look at dist/swagger-ui.css it has selectors like:

.swagger-ui html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.swagger-ui body {
  margin: 0;
}

Is this expected? For making the body styling work, a classname called swagger-ui should be set there. However the docs don't mention it.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant