From 21d4d3fe164add4697f338823da8ecbc06fb5566 Mon Sep 17 00:00:00 2001 From: jamesevans14 Date: Wed, 21 Aug 2024 16:45:39 +0100 Subject: [PATCH] Update documentation tables. --- Docs/platform_sphinx_theme/static/css/theme.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Docs/platform_sphinx_theme/static/css/theme.css b/Docs/platform_sphinx_theme/static/css/theme.css index 84264421..58ab2603 100644 --- a/Docs/platform_sphinx_theme/static/css/theme.css +++ b/Docs/platform_sphinx_theme/static/css/theme.css @@ -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