8000 Fix CSS table header layout by rajpratyush · Pull Request #19387 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Fix CSS table header layout #19387

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Feb 1, 2021
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions doc/_static/mpl.css
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,9 @@ table.docutils th {
border-width: 1px 0px;
border-color: #888;
background-color: #f0f0f0;
width: 100px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

table.docutils td {
Expand Down Expand Up @@ -1257,4 +1259,4 @@ div.bullet-box li {

div#gallery.section .sphx-glr-clear:first-of-type, div#tutorials.section .sphx-glr-clear:first-of-type{
display: none;
}
}
0