Files
cpython/Doc/tools/static/sidebar-wrap.css
T
Miss Islington (bot) 98a0b362b5 [3.12] Doc: Show object descriptions in the table of contents (GH-125757) (#125841)
(cherry picked from commit 91ddde4af0)

Co-authored-by: Adam Turner <[email protected]>
2024-10-22 13:16:03 +00:00

7 lines
117 B
CSS

div.sphinxsidebarwrapper {
overflow-x: scroll;
}
div.sphinxsidebarwrapper li code {
overflow-wrap: normal;
}