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

The operation in SwaggerUIBundle is not responsive #6647

Closed
MastersoftGroup opened this issue Nov 22, 2020 · 3 comments · Fixed by #8132
Closed

The operation in SwaggerUIBundle is not responsive #6647

MastersoftGroup opened this issue Nov 22, 2020 · 3 comments · Fixed by #8132

Comments

@MastersoftGroup
Copy link

I am using SwaggerUIBundle, everything works fine but I've noticed the operation is not responsive. You can see it when you inspect and switch it to mobile with vertical (tall) view:
image

The mobile horizontal (wide) view looks OK:
image

It would be nice if it can get rendered similar like the actual swagger-ui.html:
image

@trentprynn
Copy link

trentprynn commented Nov 27, 2021

+1, I'm developing an open source daily habit tracking web app with public API documentation using swagger-ui react and it looks great on a desktop and not-so-great on a phone (most of my users are mobile so this kind of stinks)

desktop view (great)
image

mobile view (note-so-great -- iphone 13 pro)
image

@sshah98
Copy link

sshah98 commented Jul 8, 2022

is this fixed yet?

@palmy-investing
Copy link

is this fixed yet?

This was my solution
.swagger-ui .opblock .opblock-summary-path {
max-width: none !important;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants