Kaynağa Gözat

disable breaking "searx" into multiple lines

Noemi Vanyi 8 yıl önce
ebeveyn
işleme
0789ba31a0

+ 2
- 0
_static/style.css Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

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