blob: a05e4527b3e5966badfab8f068f15bdbb944ec68 (
plain)
1
2
3
4
5
6
7
8
|
/* Import the Sphinx theme style. */
@import url("${sphinx_theme}.css");
/* Wrap sidebar content even within words so that long
document names do not escape sidebar borders. */
div.sphinxsidebarwrapper {
word-wrap: break-word;
}
|