Skip to content

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

@sant123

Description

@sant123

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions