diff options
Diffstat (limited to 'docs/_themes/searx_theme/static/style.css_t')
| -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 { |