Browse Source

Merge pull request #2130 from csmb/overflow-css

Fixes overflow issue for markdown code examples
bubble
Tony Tam 8 years ago
parent
commit
79b340d88a
4 changed files with 4 additions and 0 deletions
  1. +1
    -0
      dist/css/print.css
  2. +1
    -0
      dist/css/screen.css
  3. +1
    -0
      src/main/html/css/print.css
  4. +1
    -0
      src/main/html/css/screen.css

+ 1
- 0
dist/css/print.css 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;


+ 1
- 0
dist/css/screen.css 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;


+ 1
- 0
src/main/html/css/print.css 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;


+ 1
- 0
src/main/html/css/screen.css 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;


Loading…
Cancel
Save