Added padding to content well in order to counteract changes in SwaggerUI
This commit is contained in:
parent
240898e7a5
commit
2d6f7aebe8
|
@ -21,6 +21,11 @@
|
|||
bottom: -30px;
|
||||
}
|
||||
|
||||
.contentWell {
|
||||
padding-left: 30px;
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
/*
|
||||
FIXME: Separate the overrides from the rest of the styles, rather than override screen.css entirely.
|
||||
*/
|
||||
|
|
|
@ -41,7 +41,9 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="contentWell">
|
||||
<div id="message-bar" class="swagger-ui-wrap"> </div>
|
||||
<div id="swagger-ui-container" class="swagger-ui-wrap"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue