Skip to content

Commit

Permalink
fixed authorization diagram text size
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrosx committed Oct 27, 2023
1 parent 91849c3 commit 686bbe0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ graph LR;
| GET | Jobs | _JobsRead_ | __no__ | Has Access<br>_JobsReadAccess_ | Has Access<br>_JobsReadAccess_ | __no__ | Any<br>_JobsReadAny_ | __no__ | |
| GET | Jobs/_jid_ | _JobsRead_ | __no__ | Has Access<br>_JobsReadAccess_ | Has Access<br>_JobsReadAccess_ | __no__ | Any<br>_JobsReadAny_ | __no__ | |
| GET | Jobs/fullquery | _JobsRead_ | __no__ | Has Access<br>_JobsReadAccess_ | Has Access<br>_JobsReadAccess_ | __no__ | Any<br>_JobsReadAny_ | __no__ | |
| POST | Jobs/statusUpdate | _JobsUpdate_ | __no__ | __no__ | __no__ | Has Access<br>_JobsUpdateAccess_ | Any<br>_JobsUpdateAny_ | __no__ | |
| POST | Jobs/statusUpdate | _JobsUpdate_ | __no__ | __no__ | __no__ | Has Access<br>_JobsUpdateAccess_ | Any<br>_JobsUpdateAny_ | __no__ | |

4 changes: 4 additions & 0 deletions styles/website.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ div.book div.book-body div.page-inner {
max-width: 90%;
}

div.book div.mermaid svg g.nodes g.node g.label > g > foreignObject > div {
font-family: 'Courier New', Courier, monospace;
font-size: small;
}

0 comments on commit 686bbe0

Please sign in to comment.