Sfoglia il codice sorgente

disable breaking "searx" into multiple lines

Noemi Vanyi 8 anni fa
parent
commit
0789ba31a0
2 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 2
    0
      _static/style.css
  2. 2
    0
      docs/_themes/searx_theme/static/style.css_t

+ 2
- 0
_static/style.css Vedi File

@@ -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 Vedi File

@@ -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 {