-
Notifications
You must be signed in to change notification settings - Fork 9k
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
Minor (cosmetic): CSS overflow/wrapping issue #3899
Comments
@hlubovac can you provide with an API definition that reproduces it? |
I was going to submit what you asked, but then I just discovered that this problem isn't about swagger-json content, but more about CSS related to viewport width. Here's the sample that you asked for anyway: |
@hlubovac just tried loading it in the latest master, and can't really reproduce it (tested in both FF and Chrome). |
That's weird, because I copied master on 11/11, which is the latest, I think. So, as you're decreasing the width of the window, what happens to these two boxes (green and blank, in the example above)? |
They just get minimized and adjust to the width. |
I'm not really very worried about supporting that width. |
Below 1155px is when it starts overlapping content. Thanks. |
I also encountered issue and found the problem. I'll make a PR. |
I hope it's clear from the image. Commit dated: 11/11/2017. Horizontal scrollbar does show.
I don't know what's better to suggest: wrap (to avoid horizontal scrollbar, but then presentation might get ugly, being that model-names tend to be long and would word-break badly) or go-wide (with horizontal scrollbar).
Perhaps option #2 is easier, as it's already there (that table.parameters is what drives this); I was going to suggest to maybe remove the right border and right-gradient bg-color to white, but I can't quickly find where the gray border comes from (I was able to get rid of the "green" one and the corner-radius).
The text was updated successfully, but these errors were encountered: