Skip to content

Commit

Permalink
Merge branch 'main' of github.com:simul/Platform
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRichards-Code committed Aug 22, 2024
2 parents 712a696 + 21d4d3f commit 2b98aee
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 2b98aee

Please sign in to comment.