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

fix(swagger-ui-web-component): ensure there are 4 grid columns for each operation #1422

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 1, 2024

  1. fix(swagger-ui-web-component): ensure there are 4 grid columns for ea…

    …ch operation
    
    Currently there is some CSS that has 3 columns, but a recently upgraded version of Swagger UI regrouped the elements so that it is now necessary to have 4 columns to prevent the open/collapse toggle button from flowing into the next row.
    
    The current CSS rule that is offending is:
    ```css
    .swagger-ui .opblock .opblock-summary {
      grid-template-columns: 80px auto 30px;
    }
    Mierenga committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    69ab9f0 View commit details
    Browse the repository at this point in the history