Browse Source

[fix] wrap long lines in infoboxes - fixes #1652

Adam Tauber 4 years ago
parent
commit
c6ca468df2

File diff suppressed because it is too large
+ 0 - 0
searx/static/themes/legacy/css/style.css


+ 4 - 0
searx/static/themes/legacy/less/style.less

@@ -741,3 +741,7 @@ color: @color-font-light;
     transition: opacity 1s ease;
     opacity: 0.8;
 }
+
+pre code {
+    white-space: pre-wrap;
+}

+ 4 - 1
searx/static/themes/simple/css/searx-rtl.css

@@ -1,4 +1,4 @@
-/*! searx | 06-08-2019 | https://github.com/asciimoo/searx */
+/*! searx | 04-06-2020 |  */
 /*
 * searx, A privacy-respecting, hackable metasearch engine
 *
@@ -2171,6 +2171,9 @@ article.result-images[data-vim-selected]::before {
     overflow: inherit;
   }
 }
+pre code {
+  white-space: pre-wrap;
+}
 #search_submit {
   left: 1px;
   right: auto;

File diff suppressed because it is too large
+ 0 - 0
searx/static/themes/simple/css/searx-rtl.min.css


+ 4 - 1
searx/static/themes/simple/css/searx.css

@@ -1,4 +1,4 @@
-/*! searx | 06-08-2019 | https://github.com/asciimoo/searx */
+/*! searx | 04-06-2020 |  */
 /*
 * searx, A privacy-respecting, hackable metasearch engine
 *
@@ -2171,3 +2171,6 @@ article.result-images[data-vim-selected]::before {
     overflow: inherit;
   }
 }
+pre code {
+  white-space: pre-wrap;
+}

File diff suppressed because it is too large
+ 0 - 0
searx/static/themes/simple/css/searx.min.css


+ 4 - 0
searx/static/themes/simple/less/style.less

@@ -719,3 +719,7 @@ article.result-images[data-vim-selected]::before {
   }
 
 }
+
+pre code {
+    white-space: pre-wrap;
+}

Some files were not shown because too many files changed in this diff