Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3b56150

Browse filesBrowse 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
Copy full SHA for 3b56150

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed

‎doc/_static/mpl.css

Copy file name to clipboardExpand all lines: doc/_static/mpl.css
+3-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.