From 5c138befa08adef33b45e252aac926c04b427302 Mon Sep 17 00:00:00 2001 From: Rushan Date: Wed, 24 Jul 2024 23:26:34 +0530 Subject: [PATCH] Fix table width (#1281) This PR addresses the issue where the table occasionally renders narrower than the body width. ![Screenshot 2024-07-22 at 16 17 17](https://github.com/user-attachments/assets/b2c93990-019d-4007-b287-2edc1daffacb) --- source/_static/scss/includes/_reset.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_static/scss/includes/_reset.scss b/source/_static/scss/includes/_reset.scss index 4f966914..4dbbe423 100644 --- a/source/_static/scss/includes/_reset.scss +++ b/source/_static/scss/includes/_reset.scss @@ -224,6 +224,7 @@ table { table.docutils { box-shadow: none; margin: 1rem 0 2rem; + width: 100%; td, th {