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

1
dist/css/print.css vendored
View File

@@ -667,6 +667,7 @@
} }
.swagger-section .swagger-ui-wrap .markdown pre code { .swagger-section .swagger-ui-wrap .markdown pre code {
line-height: 1.6em; line-height: 1.6em;
overflow: auto;
} }
.swagger-section .swagger-ui-wrap div.gist { .swagger-section .swagger-ui-wrap div.gist {
margin: 20px 0 25px 0 !important; margin: 20px 0 25px 0 !important;

1
dist/css/screen.css vendored
View File

@@ -667,6 +667,7 @@
} }
.swagger-section .swagger-ui-wrap .markdown pre code { .swagger-section .swagger-ui-wrap .markdown pre code {
line-height: 1.6em; line-height: 1.6em;
overflow: auto;
} }
.swagger-section .swagger-ui-wrap div.gist { .swagger-section .swagger-ui-wrap div.gist {
margin: 20px 0 25px 0 !important; margin: 20px 0 25px 0 !important;

View File

@@ -667,6 +667,7 @@
} }
.swagger-section .swagger-ui-wrap .markdown pre code { .swagger-section .swagger-ui-wrap .markdown pre code {
line-height: 1.6em; line-height: 1.6em;
overflow: auto;
} }
.swagger-section .swagger-ui-wrap div.gist { .swagger-section .swagger-ui-wrap div.gist {
margin: 20px 0 25px 0 !important; margin: 20px 0 25px 0 !important;

View File

@@ -667,6 +667,7 @@
} }
.swagger-section .swagger-ui-wrap .markdown pre code { .swagger-section .swagger-ui-wrap .markdown pre code {
line-height: 1.6em; line-height: 1.6em;
overflow: auto;
} }
.swagger-section .swagger-ui-wrap div.gist { .swagger-section .swagger-ui-wrap div.gist {
margin: 20px 0 25px 0 !important; margin: 20px 0 25px 0 !important;