From 3b3ff5745ba091a9939aacf8f5532edb8224cb0b Mon Sep 17 00:00:00 2001 From: Xavier Guimard Date: Sat, 16 May 2020 09:22:04 +0200 Subject: [PATCH] Don't reduce page size to 800px --- doc/sources/admin/_static/css/custom.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/sources/admin/_static/css/custom.css b/doc/sources/admin/_static/css/custom.css index 6b79421cd..b97058385 100644 --- a/doc/sources/admin/_static/css/custom.css +++ b/doc/sources/admin/_static/css/custom.css @@ -2,3 +2,6 @@ .wy-table-responsive table td, .wy-table-responsive table th { white-space: normal; } +.wy-nav-content { + max-width: none; +}