Make the inputs in Swagger wider.
The Swagger API tester is awesome!
One minor and simple improvement would be wider inputs.
The WHERE clause is often many more characters than will fit in a 340px wide input. As a workaround, I open the inspector to disable the "max-width: 340px" css property on the inputs, and it works perfectly.
.swagger-ui .parameters-col_description input[type=text] {
width: 100%;
/* max-width: 340px; */
}
Thanks
3
votes
Chad
shared this idea