Browse Source

disable breaking "searx" into multiple lines

Noemi Vanyi 8 years ago
parent
commit
521f398709
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/_themes/searx_theme/static/style.css_t

+ 2 - 0
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 {