Skip to content

Commit

Permalink
Set table.dataframe width to auto in CSS file close #1128 (#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
photoniker committed May 17, 2023
1 parent 830b57f commit 98d1044
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/_static/theme_override.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ a.sphx-glr-backref-module-sphinx_gallery {

.anim-state label {
display: inline-block;
}
}
1 change: 1 addition & 0 deletions sphinx_gallery/_static/sg_gallery-dataframe.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ table.dataframe {
color: var(--sg-text-color);
font-size: 12px;
table-layout: fixed;
width: auto;
}
table.dataframe thead {
border-bottom: 1px solid var(--sg-text-color);
Expand Down

0 comments on commit 98d1044

Please sign in to comment.