Browse Source

Fix answer box bug

Fix bug of too long words.
Monty 3 years ago
parent
commit
c09ce4d0f2
1 changed files with 4 additions and 0 deletions
  1. 4 0
      searx/static/themes/simple/src/less/style.less

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

@@ -540,6 +540,10 @@ article[data-vim-selected].category-social {
   h4 {
     display: none;
   }
+
+  span {
+    overflow-wrap: anywhere;
+  }
 }
 
 #infoboxes {