Bläddra i källkod

disable breaking "searx" into multiple lines

Noemi Vanyi 8 år sedan
förälder
incheckning
0789ba31a0
2 ändrade filer med 4 tillägg och 0 borttagningar
  1. 2
    0
      _static/style.css
  2. 2
    0
      docs/_themes/searx_theme/static/style.css_t

+ 2
- 0
_static/style.css Visa fil

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

+ 2
- 0
docs/_themes/searx_theme/static/style.css_t Visa fil

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