Skip to content

Commit c9f9201

Browse files
authored
DOC: Fix the Styler user guide table width issues
Not sure if this has any other unintended consequences. Note that "auto" is the default table width setting in CSS when unspecified. This was the previous setting until 1.5.0 and an update to pydata-sphinx-theme seems to have changed this setting.
1 parent be79267 commit c9f9201

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/source/_static/css/pandas.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
--pst-color-info: 23, 162, 184;
66
}
77

8+
table {
9+
width: auto; /* Override fit-content which breaks Styler user guide ipynb */
10+
}
11+
812
/* Main index page overview cards */
913

1014
.intro-card {

0 commit comments

Comments
 (0)