소스 검색

disable breaking "searx" into multiple lines

Noemi Vanyi 8 년 전
부모
커밋
0789ba31a0
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      _static/style.css
  2. 2
    0
      docs/_themes/searx_theme/static/style.css_t

+ 2
- 0
_static/style.css 파일 보기

@@ -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 파일 보기

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