jensoleg / swagger-ui

Swagger UI is a dependency-free collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
http://swagger.io
Other
1.14k stars 310 forks source link

Small change to operation title and scope button styling #3

Closed dmyers closed 9 years ago

dmyers commented 9 years ago

The padding-right on Auth0 I think is there since they have the "collapse samples" text and removing it lets the text flow for the entire width.

I saw they had the cursor set to pointer as well making it look more like a button. Do you like these?

jensoleg commented 9 years ago

I just made a new commit introducing the "collapse samples" link so the padding need to be there. Additionally i fixed the cursor pointer. Take a look at the collapse sample. Try resizing the window. On tablets it is a nice feature ;-)