Html documentation: fixed text wrapping for sidebar
This commit is contained in:
parent
d1588c0439
commit
8442dab01d
3
doc/_themes/blue/static/default.css_t
vendored
3
doc/_themes/blue/static/default.css_t
vendored
@ -80,6 +80,7 @@ div.related a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.sphinxsidebar {
|
div.sphinxsidebar {
|
||||||
|
word-wrap: break-word;
|
||||||
{%- if theme_stickysidebar|tobool %}
|
{%- if theme_stickysidebar|tobool %}
|
||||||
top: 30px;
|
top: 30px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -140,7 +141,7 @@ div.sphinxsidebar p.topless {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.sphinxsidebar ul {
|
div.sphinxsidebar ul {
|
||||||
margin: 10px;
|
margin: 10px 0 10px 10px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
color: {{ theme_sidebartextcolor }};
|
color: {{ theme_sidebartextcolor }};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user