Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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; }
- Loading branch information