Skip to content

Commit

Permalink
Update documentation tables.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesevans14 committed Aug 21, 2024
1 parent 4877955 commit 21d4d3f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion Docs/platform_sphinx_theme/static/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -5355,7 +5355,19 @@ input[type=checkbox][disabled], input[type=radio][disabled]

.wy-table-responsive table td, .wy-table-responsive table th
{
white-space: nowrap
white-space: normal
}

.wy-table-responsive table td:nth-child(1), .wy-table-responsive table th:nth-child(1) {
width: 20%;
}

.wy-table-responsive table td:nth-child(2), .wy-table-responsive table th:nth-child(2) {
width: 60%;
}

.wy-table-responsive table td:nth-child(3), .wy-table-responsive table th:nth-child(3) {
width: 20%;
}

a
Expand Down

0 comments on commit 21d4d3f

Please sign in to comment.