Skip to content

Commit 198dd64

Browse files
committed
Merge pull request #1285 from swagger-api/develop_2.0
Merged from develop_2.0
2 parents 4975445 + b5039b2 commit 198dd64

File tree

14 files changed

+145
-66
lines changed

14 files changed

+145
-66
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "swagger-ui",
33
"main": "dist/index.html",
4-
"version": "2.1.4-M2",
4+
"version": "2.1.5-M2",
55
"authors": [
66
"Mohsen Azimi <[email protected]>"
77
],

dist/css/print.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,6 +1069,9 @@
10691069
.swagger-section .swagger-ui-wrap form.form_box p strong {
10701070
color: black;
10711071
}
1072+
.swagger-section .swagger-ui-wrap .operation-status td.markdown > p:last-child {
1073+
padding-bottom: 0;
1074+
}
10721075
.swagger-section .title {
10731076
font-style: bold;
10741077
}

dist/css/screen.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,6 +1069,9 @@
10691069
.swagger-section .swagger-ui-wrap form.form_box p strong {
10701070
color: black;
10711071
}
1072+
.swagger-section .swagger-ui-wrap .operation-status td.markdown > p:last-child {
1073+
padding-bottom: 0;
1074+
}
10721075
.swagger-section .title {
10731076
font-style: bold;
10741077
}

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
log("Unable to Load SwaggerUI");
5353
},
5454
docExpansion: "none",
55-
sorter : "alpha"
55+
apisSorter: "alpha"
5656
});
5757

5858
function addApiKeyAuthorization(){

0 commit comments

Comments
 (0)