From: Ezio Melotti Date: Sat, 3 Nov 2012 16:25:04 +0000 (+0200) Subject: #4711: break long words in the docs sidebar to avoid overflow. X-Git-Tag: v2.7.4rc1~415 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1076dbef8c0cdf6c35101f7c99cdcd319a1e8e5;p=thirdparty%2FPython%2Fcpython.git #4711: break long words in the docs sidebar to avoid overflow. --- diff --git a/Doc/tools/sphinxext/static/basic.css b/Doc/tools/sphinxext/static/basic.css index 9aa14a8b78a5..96f8ba364ecf 100644 --- a/Doc/tools/sphinxext/static/basic.css +++ b/Doc/tools/sphinxext/static/basic.css @@ -39,6 +39,7 @@ div.related li.right { div.sphinxsidebarwrapper { padding: 10px 5px 0 10px; + word-wrap: break-word; } div.sphinxsidebar {