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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user