8000 Fix CSS table header layout · matplotlib/matplotlib@3b56150 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3b56150

Browse files
Pratyush Rajtimhoffm
andauthored
Fix CSS table header layout
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent 4078b8a commit 3b56150

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/_static/mpl.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,9 @@ table.docutils th {
637637
border-width: 1px 0px;
638638
border-color: #888;
639639
background-color: #f0f0f0;
640-
width: 100px;
640+
overflow: hidden;
641+
white-space: nowrap;
642+
text-overflow: ellipsis;
641643
}
642644

643645
table.docutils td {

0 commit comments

Comments
 (0)
0