]> 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 65aa5f1011a24a9eab01f786aace43240247c010..5708b4da5720b877ad9b110ca95ade230b73b5e5 100644 (file)
@@ -39,6 +39,7 @@ div.related li.right {
 
 div.sphinxsidebarwrapper {
     padding: 10px 5px 0 10px;
+    word-wrap: break-word;
 }
 
 div.sphinxsidebar {