mirror of
https://github.com/python/cpython.git
synced 2026-01-02 21:43:49 +00:00
7 lines
117 B
CSS
7 lines
117 B
CSS
|
|
div.sphinxsidebarwrapper {
|
||
|
|
overflow-x: scroll;
|
||
|
|
}
|
||
|
|
div.sphinxsidebarwrapper li code {
|
||
|
|
overflow-wrap: normal;
|
||
|
|
}
|