From e2aadc87479797d1efac5f563415a4a39e41df96 Mon Sep 17 00:00:00 2001 From: JHM Darbyshire <24256554+attack68@users.noreply.github.com> Date: Tue, 22 Nov 2022 16:21:54 +0100 Subject: [PATCH] Backport PR #49811: DOC: Fix the Styler user guide table width issues --- doc/source/_static/css/pandas.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/_static/css/pandas.css b/doc/source/_static/css/pandas.css index 25153b6a8ad5d..a08be3301edda 100644 --- a/doc/source/_static/css/pandas.css +++ b/doc/source/_static/css/pandas.css @@ -5,6 +5,10 @@ --pst-color-info: 23, 162, 184; } +table { + width: auto; /* Override fit-content which breaks Styler user guide ipynb */ +} + /* Main index page overview cards */ .intro-card {