Browse Source

disable breaking "searx" into multiple lines

Noemi Vanyi 8 years ago
parent
commit
0789ba31a0
2 changed files with 4 additions and 0 deletions
  1. 2
    0
      _static/style.css
  2. 2
    0
      docs/_themes/searx_theme/static/style.css_t

+ 2
- 0
_static/style.css View File

38
 
38
 
39
 div.sphinxsidebar {
39
 div.sphinxsidebar {
40
     width: 220px;
40
     width: 220px;
41
+    word-wrap: normal !important;
42
+    overflow-wrap: normal !important;
41
 }
43
 }
42
 
44
 
43
 hr {
45
 hr {

+ 2
- 0
docs/_themes/searx_theme/static/style.css_t View File

38
 
38
 
39
 div.sphinxsidebar {
39
 div.sphinxsidebar {
40
     width: {{ sidebar_width }};
40
     width: {{ sidebar_width }};
41
+    word-wrap: normal !important;
42
+    overflow-wrap: normal !important;
41
 }
43
 }
42
 
44
 
43
 hr {
45
 hr {