Browse Source

[fix] add wordwrap to fix style issues

Thomas Pointhuber 10 years ago
parent
commit
7366a0e141

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


+ 1 - 0
searx/static/themes/oscar/less/oscar/infobox.less

@@ -1,6 +1,7 @@
 .infobox {
     .infobox_part {
         margin-bottom: 20px;
+         word-wrap: break-word;
     }
     
     .infobox_part:last-child {

+ 1 - 0
searx/static/themes/oscar/less/oscar/results.less

@@ -18,6 +18,7 @@
 
 .result-content {
     margin-top: 5px;
+    word-wrap: break-word;
 
     .highlight {
         font-weight:bold;

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