From 16a6a2e9680e78f6a76cddf1a9958e1f200c053b Mon Sep 17 00:00:00 2001 From: ezwelty Date: Fri, 10 May 2024 13:53:56 +0200 Subject: [PATCH] Format autosummary tables --- docs/static/custom.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/static/custom.css b/docs/static/custom.css index 2f6846593..584c2f3f7 100644 --- a/docs/static/custom.css +++ b/docs/static/custom.css @@ -7,3 +7,10 @@ /* Increase content width */ max-width: 960px !important; } + +/* Format autosummary table */ +.wy-table-responsive table td, +.wy-table-responsive table th { + white-space: normal; + vertical-align: top !important; +}