Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit f9cd135

Browse files
committed
openapi3
1 parent d124be7 commit f9cd135

23 files changed

+367
-585
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 0.5.0 (2017-10-xx)
1+
### 0.5.0 (2017-10-30)
22

33
* Add support for OpenApi 3.0.0 (beta) (#80)
44
* Add support for polymorphism

dist/css/swagger-ui.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
.swagger-ui .operation .content pre.model-schema,
137137
.swagger-ui .operation .content pre.explorer-body {
138138
resize: vertical;
139+
min-height: 100px;
139140
height: 100px;
140141
max-height: initial;
141142
}

dist/css/swagger-ui.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/less/swagger-ui.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@
200200
&.model-schema,
201201
&.explorer-body{
202202
resize: vertical;
203+
min-height: 100px;
203204
height: 100px;
204205
max-height: initial;
205206
}

0 commit comments

Comments
 (0)