Update CHANGES refs #1804.

This commit is contained in:
shimizukawa 2015-12-09 17:29:04 +09:00
parent 4ddfaf1795
commit 6f6aa53f37
2 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,8 @@ Bugs fixed
* C++, fix parsing of types prefixed with 'enum'.
* #2023: Dutch search support uses Danish stemming info
* C++, add support for user-defined literals.
* #1804: Now html output wraps overflowed long-line-text in the sidebar. Thanks to
Hassen ben tanfous.
Documentation
-------------

View File

@ -53,6 +53,7 @@ div.sphinxsidebar {
margin-left: -100%;
font-size: 90%;
word-wrap: break-word;
overflow-wrap : break-word;
}
div.sphinxsidebar ul {