From 4fd9bfc32b594632271cbc1b1569acf6608c8aea Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Wed, 3 Dec 2025 20:38:21 +0100 Subject: [PATCH] docs: fix table width --- doc/_static/css/restic.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/_static/css/restic.css b/doc/_static/css/restic.css index a4cf25421..67ce38164 100644 --- a/doc/_static/css/restic.css +++ b/doc/_static/css/restic.css @@ -8,3 +8,7 @@ height: 50% !important; width: 50% !important; } + +.wy-table-responsive table td { + white-space: normal; +}