ref: #3899
Swagger-UI configuration options:
SwaggerUIBundle({
url: "/api.do",
dom_id: '#swagger-ui',
deepLinking: true,
presets: [
SwaggerUIBundle.presets.apis,
SwaggerUIStandalonePreset
],
plugins: [
SwaggerUIBundle.plugins.DownloadUrl
],
layout: "StandaloneLayout"
})
Steps to reproduce the behavior:

Can I pick up this bug fix?
Hello, I would like to work on this issue but I cannot reproduce the unexpected behavior. The UI works very fine on the most common resolutions both on Firefox and Chrome, it just breaks at very weird width (around 260).
Only in case of very long words (like JWT tokens or similar) the text for the default value overflows like in the screenshot.
Do you confirm it is the behavior we want to address?
Thanks for the info!
Yes, I think. I still got this problem. If the default value of the parameter is too long (cookie string銆乮mage base64 string), there is this problem.
Hello everyone!
The proposed fix addresses the specified issue but, on unusually small screens, most of the content of the page still overflows. The behavior is due to the usage of <table> to structure the content and a major refactoring is required in order to solve such problems. It seems that the problem is already known, though.
Please, let me know if you think this issue still needs more attention.
This is enough. That problem about very small screen is already known, let's handle it in another fix. Thanks great works.
Most helpful comment
Can I pick up this bug fix?