Skip to content

Commit

Permalink
Improved documentation column widths
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesevans14 committed Aug 22, 2024
1 parent 2b98aee commit 9ec034a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Docs/platform_sphinx_theme/static/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -5359,15 +5359,15 @@ input[type=checkbox][disabled], input[type=radio][disabled]
}

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

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

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

a
Expand Down

0 comments on commit 9ec034a

Please sign in to comment.