mirror of
https://github.com/python/cpython.git
synced 2025-09-24 17:33:29 +00:00
#4711: break long words in the docs sidebar to avoid overflow.
This commit is contained in:
parent
cfe446e4f6
commit
d1076dbef8
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ div.related li.right {
|
|||
|
||||
div.sphinxsidebarwrapper {
|
||||
padding: 10px 5px 0 10px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
div.sphinxsidebar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue