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

Model description goes over the edge #3480

Closed
Ohems opened this issue Jul 28, 2017 · 0 comments
Closed

Model description goes over the edge #3480

Ohems opened this issue Jul 28, 2017 · 0 comments

Comments

@Ohems
Copy link

Ohems commented Jul 28, 2017

Swagger version 3.0.21
Browser: Chrome 60.0.3112.78 (64-bit)

With a certain window width, this...

info:
  title: Example
  version: 1.0.0
swagger: '2.0'
definitions:
  Object:
    type: object
    description: >
        a a a a a a a a a a a a a a a a a a a aaaaa a a a a a  a aa 
    properties:
      child:
        type: object
        description: >
            This here is also a pretty long description, but..
            Well, see for yourselves. If you're using Chrome,
            that is.
paths:
  '/endpoint':
    get:
      responses:
        '200':
          description: OK
          schema:
            $ref: "#/definitions/Object"

...looks like this:
screen shot 2017-07-28 at 13 17 08

Possibly related to #3474

Each child indentation layer seems to go further and further out of bounds.

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

No branches or pull requests

3 participants