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

Skip to content
Merged
Changes from all 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