diff --git a/dist/index.css b/dist/index.css index f2376fdaa84..d77ab969d33 100644 --- a/dist/index.css +++ b/dist/index.css @@ -14,3 +14,9 @@ body { margin: 0; background: #fafafa; } +/* Add this to index.css or your custom stylesheet */ +.swagger-ui .curl-command { + white-space: pre-wrap; + word-break: break-word; + } + \ No newline at end of file diff --git a/dist/index.html b/dist/index.html index 84ae62d3dad..0f0144c8a88 100644 --- a/dist/index.html +++ b/dist/index.html @@ -8,6 +8,8 @@ + +
@@ -15,5 +17,68 @@ + + + + +