Created
June 24, 2019 17:47
-
-
Save menakaj/16461174fb86a0ef5a1657f8aea229ca to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #swagger-editor { | |
| font-size: 1.3em; | |
| } | |
| .container { | |
| height: 100%; | |
| max-width: 880px; | |
| margin-left: auto; | |
| margin-right: auto; | |
| } | |
| #editor-wrapper { | |
| height: 100%; | |
| border: 1em solid #000; | |
| border: none; | |
| } | |
| .Pane2 { | |
| overflow-y: scroll; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment