diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2016-07-10 08:28:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-10 08:28:00 +0200 |
| commit | 7bd30fd21bbc23c485ac9fd77795314edb5dc665 (patch) | |
| tree | 997b66dc3f1ab2ffb1bfbfaf551a00e8777a2306 /docs/_themes | |
| parent | 3e351e3b9f819d5383fd1ebafd906fdbe0c3d086 (diff) | |
| parent | 521f398709ea481fdf55f1e4c111f063f91fa8c0 (diff) | |
Merge pull request #614 from kvch/gh-pages
documentation updates
Diffstat (limited to 'docs/_themes')
| -rw-r--r-- | docs/_themes/searx_theme/static/style.css_t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/_themes/searx_theme/static/style.css_t b/docs/_themes/searx_theme/static/style.css_t index 4a266671f..0a312b76e 100644 --- a/docs/_themes/searx_theme/static/style.css_t +++ b/docs/_themes/searx_theme/static/style.css_t @@ -38,6 +38,8 @@ div.bodywrapper { div.sphinxsidebar { width: {{ sidebar_width }}; + word-wrap: normal !important; + overflow-wrap: normal !important; } hr { |