Quellcode durchsuchen

disable breaking "searx" into multiple lines

Noemi Vanyi vor 8 Jahren
Ursprung
Commit
0789ba31a0
2 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 2
    0
      _static/style.css
  2. 2
    0
      docs/_themes/searx_theme/static/style.css_t

+ 2
- 0
_static/style.css Datei anzeigen

@@ -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 Datei anzeigen

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