Skip to content

Commit 1ce5858

Browse files
committed
docs: Clean up, fix word break
1 parent 62c8c8a commit 1ce5858

2 files changed

Lines changed: 5 additions & 14 deletions

File tree

docs/SUMMARY.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/css/mkdocstrings.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@ div.doc-contents:not(.first) {
44
border-left: 4px solid rgba(230, 230, 230);
55
margin-bottom: 80px;
66
}
7+
8+
/* Avoid breaking parameters name, etc. in table cells. */
9+
td code {
10+
word-break: normal !important;
11+
}

0 commit comments

Comments
 (0)