From 86a4b2f6d8a30110f9db6f4e7a2633fa70f0ca64 Mon Sep 17 00:00:00 2001 From: Nicholas Curtis Date: Sat, 2 Mar 2024 12:33:13 -0500 Subject: [PATCH] restore custom CSS for tables Signed-off-by: Nicholas Curtis --- src/docs-2.x/_static/css/custom.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/docs-2.x/_static/css/custom.css diff --git a/src/docs-2.x/_static/css/custom.css b/src/docs-2.x/_static/css/custom.css new file mode 100644 index 0000000000..d7bcbff234 --- /dev/null +++ b/src/docs-2.x/_static/css/custom.css @@ -0,0 +1,7 @@ +.noscroll-table td { + white-space: normal !important; +} + +.wy-nav-content { + max-width: 75% !important; +}