Skip to content

Commit

Permalink
Merge pull request swagger-api#2130 from csmb/overflow-css
Browse files Browse the repository at this point in the history
Fixes overflow issue for markdown code examples
  • Loading branch information
fehguy committed May 3, 2016
2 parents 5b5cc68 + 91c953a commit f6e4331
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions css/print.css
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,7 @@
}
.swagger-section .swagger-ui-wrap .markdown pre code {
line-height: 1.6em;
overflow: auto;
}
.swagger-section .swagger-ui-wrap div.gist {
margin: 20px 0 25px 0 !important;
Expand Down
1 change: 1 addition & 0 deletions css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,7 @@
}
.swagger-section .swagger-ui-wrap .markdown pre code {
line-height: 1.6em;
overflow: auto;
}
.swagger-section .swagger-ui-wrap div.gist {
margin: 20px 0 25px 0 !important;
Expand Down

0 comments on commit f6e4331

Please sign in to comment.