Skip to content

Commit

Permalink
Fixes overflow issue for markdown code examples
Browse files Browse the repository at this point in the history
  • Loading branch information
csmb committed Apr 22, 2016
1 parent f5de6d4 commit db705fe
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 db705fe

Please sign in to comment.