Browse Source

[fix] result url wrap - closes #652

Adam Tauber 8 years ago
parent
commit
94b5f2ca77

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


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


+ 4 - 0
searx/static/themes/oscar/less/logicodev/results.less

@@ -148,3 +148,7 @@
     color: @gray;
     background: transparent;
 }
+
+.result .text-muted small {
+    word-wrap: break-word;
+}

+ 4 - 0
searx/static/themes/oscar/less/pointhi/results.less

@@ -81,3 +81,7 @@
     color: #AAA;
     background: #FFF;
 }
+
+.result .text-muted small {
+    word-wrap: break-word;
+}

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