From 2a14bff99d6c3d19687606b78b0a2eaaec3f13b1 Mon Sep 17 00:00:00 2001 From: Balaji Veeramani Date: Sun, 7 Aug 2022 20:19:19 -0700 Subject: [PATCH] [Docs] Fix table width (#27611) --- doc/source/_static/css/custom.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/source/_static/css/custom.css b/doc/source/_static/css/custom.css index 650859434..214799816 100644 --- a/doc/source/_static/css/custom.css +++ b/doc/source/_static/css/custom.css @@ -88,11 +88,6 @@ th.tune-colab { padding: 0; } -table { - /* Force full width for all table */ - width: 136% !important; -} - img.inline-figure { /* Override the display: block for img */ display: inherit !important;