Browse Source

Merge pull request #2967 from Minasokoni/textformating

Headers now break onto their own lines
bubble
shockey 7 years ago
committed by GitHub
parent
commit
6841732367
2 changed files with 6 additions and 1 deletions
  1. +1
    -1
      dist/swagger-ui.css
  2. +5
    -0
      src/style/_layout.scss

+ 1
- 1
dist/swagger-ui.css
File diff suppressed because it is too large
View File


+ 5
- 0
src/style/_layout.scss View File

@@ -502,6 +502,11 @@ body
{
color: #fff !important;
}

.headerline
{
display: block;
}
}

.scheme-container


Loading…
Cancel
Save