We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c8c8a commit 1ce5858Copy full SHA for 1ce5858
2 files changed
docs/SUMMARY.md
docs/css/mkdocstrings.css
@@ -4,3 +4,8 @@ div.doc-contents:not(.first) {
4
border-left: 4px solid rgba(230, 230, 230);
5
margin-bottom: 80px;
6
}
7
+
8
+/* Avoid breaking parameters name, etc. in table cells. */
9
+td code {
10
+ word-break: normal !important;
11
+}
0 commit comments