From c09ce4d0f2c8af808f89e748db92bc8ede036f81 Mon Sep 17 00:00:00 2001 From: Monty Date: Mon, 28 Mar 2022 21:29:13 +0200 Subject: [PATCH] Fix answer box bug Fix bug of too long words. --- searx/static/themes/simple/src/less/style.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/searx/static/themes/simple/src/less/style.less b/searx/static/themes/simple/src/less/style.less index 50e377995..a65fb5b13 100644 --- a/searx/static/themes/simple/src/less/style.less +++ b/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 {