-
-
Notifications
You must be signed in to change notification settings - Fork 544
Closed
Labels
invalidThis doesn't seem rightThis doesn't seem right
Description
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.
+) The issue does not occur when:
- Downgrading springdoc-openapi to 2.2.0
- (or) Using Safari instead of Chrome

Metadata
Metadata
Assignees
Labels
invalidThis doesn't seem rightThis doesn't seem right