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

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuales committed Mar 3, 2015
1 parent 429643b commit 74e36ee
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
5 changes: 5 additions & 0 deletions dist/css/swagger-ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@
margin: 0;
font: inherit;
table-layout: fixed;
min-width: 650px;
}
.swagger-ui .operation .content .table-responsive .table td,
.swagger-ui .operation .content .table-responsive .table th {
white-space: initial;
}
.swagger-ui .operation .content thead th {
color: #666;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/swagger-ui.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions dist/less/swagger-ui.less
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@
margin: 0;
font: inherit;
table-layout: fixed;
min-width: 650px;
}

.table-responsive .table{
td,
th{
white-space: initial;
}
}

thead th{
Expand Down

0 comments on commit 74e36ee

Please sign in to comment.