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; +}