Template:APIBrowser: Difference between revisions
Template page
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
padding: 5px; | padding: 5px; | ||
border-radius: 5px; | border-radius: 5px; | ||
} | |||
.apiBrowser .response { | |||
font-family: monospace; | |||
background: #fff; | |||
max-height: 200px; | |||
overflow-y: scroll; | |||
} | } | ||
</style> | </style> | ||
Line 17: | Line 23: | ||
<option>POST</option> | <option>POST</option> | ||
</select> | </select> | ||
<div class="response">Response data</div> | |||
</div> | </div> | ||
</html> | </html> |
Revision as of 18:19, 6 July 2021
Response data