#4711: break long words in the docs sidebar to avoid overflow.

This commit is contained in:
Ezio Melotti 2012-11-03 18:25:04 +02:00
parent cfe446e4f6
commit d1076dbef8
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ div.related li.right {
div.sphinxsidebarwrapper {
padding: 10px 5px 0 10px;
word-wrap: break-word;
}
div.sphinxsidebar {