diff options
author | Noemi Vanyi <sitbackandwait@gmail.com> | 2016-07-09 23:01:00 +0200 |
---|---|---|
committer | Noemi Vanyi <sitbackandwait@gmail.com> | 2016-07-09 23:01:00 +0200 |
commit | 521f398709ea481fdf55f1e4c111f063f91fa8c0 (patch) | |
tree | 997b66dc3f1ab2ffb1bfbfaf551a00e8777a2306 /docs | |
parent | 772f1552154f46d3312043330437862432c33d4c (diff) | |
download | searxng-521f398709ea481fdf55f1e4c111f063f91fa8c0.tar.gz searxng-521f398709ea481fdf55f1e4c111f063f91fa8c0.zip |
disable breaking "searx" into multiple lines
Diffstat (limited to 'docs')
-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 { |