]> granicus.if.org Git - python/commitdiff
#4711: break long words in the docs sidebar to avoid overflow.
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 3 Nov 2012 16:25:04 +0000 (18:25 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 3 Nov 2012 16:25:04 +0000 (18:25 +0200)
Doc/tools/sphinxext/static/basic.css

index 9aa14a8b78a53bf29e72796fe4e796e02f607ddf..96f8ba364ecf637af16c087d1c19a7afca2d6809 100644 (file)
@@ -39,6 +39,7 @@ div.related li.right {
 
 div.sphinxsidebarwrapper {
     padding: 10px 5px 0 10px;
+    word-wrap: break-word;
 }
 
 div.sphinxsidebar {