mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update CHANGES refs #1804.
This commit is contained in:
parent
4ddfaf1795
commit
6f6aa53f37
2
CHANGES
2
CHANGES
@ -30,6 +30,8 @@ Bugs fixed
|
|||||||
* C++, fix parsing of types prefixed with 'enum'.
|
* C++, fix parsing of types prefixed with 'enum'.
|
||||||
* #2023: Dutch search support uses Danish stemming info
|
* #2023: Dutch search support uses Danish stemming info
|
||||||
* C++, add support for user-defined literals.
|
* 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
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
|
@ -53,6 +53,7 @@ div.sphinxsidebar {
|
|||||||
margin-left: -100%;
|
margin-left: -100%;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
overflow-wrap : break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.sphinxsidebar ul {
|
div.sphinxsidebar ul {
|
||||||
|
Loading…
Reference in New Issue
Block a user