Merge pull request #2130 from csmb/overflow-css
Fixes overflow issue for markdown code examples
This commit is contained in:
1
dist/css/print.css
vendored
1
dist/css/print.css
vendored
@@ -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
1
dist/css/screen.css
vendored
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user