Add params to REST API table description, fix first column width

This commit is contained in:
froggleston
2024-12-19 16:18:30 +00:00
parent c8b7449b25
commit 06e20b38b5
2 changed files with 51 additions and 47 deletions

View File

@@ -15,3 +15,7 @@
.md-version__list {
font-weight: 500 !important;
}
#available-endpoints + p + .md-typeset__scrollwrap .md-typeset__table th:first-of-type {
width: 35% !important;
}