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
Describe the bug
When viewing the Swagger UI generated by springdoc-openapi, all endpoints are displayed in a single vertical line (stacked vertically in a narrow column) instead of the expected readable(horizontal line) layout.
To Reproduce
Steps to reproduce the behavior:
SpringBoot: 3.2.0
springdoc-openapi: 2.3.0
Device: MacBook M1 Pro
Browser: Chrome
Open Swagger UI in Chrome and observe the layout issue.
Expected behavior
Endpoints in the Swagger UI should be displayed in the normal grouped format, aligned horizontally where appropriate, so that method and path information are clearly visible without excessive vertical stacking.