Skip to content

Commit 0ead304

Browse files
version width fix
1 parent 53a0c39 commit 0ead304

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

source/_static/theme_overrides.css

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

18+
.github-changes-table th:nth-child(1),
19+
.github-changes-table td:nth-child(1) {
20+
white-space: nowrap;
21+
width: 1%;
22+
}
23+
1824
.github-changes-table td:nth-child(2),
1925
.github-changes-table th:nth-child(2) {
2026
white-space: nowrap;

0 commit comments

Comments
 (0)