Fixes overflow issue for markdown code examples

This commit is contained in:
Christopher Bunting
2016-04-22 12:03:25 -07:00
parent d7184b3d64
commit ceb6655663
4 changed files with 4 additions and 0 deletions

View File

@@ -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;