PyAPI Docs: Increase the width of "On this page" region

This helps prevent long text from wrapping but still looks nice in my opinion.
In the future we might try to hide the base name part of the class but I think this would require a fix in sphinx.
This commit is contained in:
Aaron Carlisle
2025-02-26 16:38:42 -05:00
parent f930b7a731
commit 45fee7d851

View File

@@ -15,6 +15,11 @@ body {
--color-api-name: #e87d0d;
}
/* Increase the width of "On this page" region. */
.main > .toc-drawer {
width: auto;
}
h1,
h2,
h3 {