Skip to content

Commit 94d00a3

Browse files
version width fix
1 parent 53a0c39 commit 94d00a3

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

source/_static/theme_overrides.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@
1515
padding-top: 4px;
1616
}
1717

18+
.github-changes-table {
19+
table-layout: auto;
20+
}
21+
22+
.github-changes-table th:nth-child(1),
23+
.github-changes-table td:nth-child(1) {
24+
white-space: nowrap;
25+
width: 1%;
26+
}
27+
1828
.github-changes-table td:nth-child(2),
1929
.github-changes-table th:nth-child(2) {
2030
white-space: nowrap;

0 commit comments

Comments
 (0)