summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
authorMonty <aroxus@protonmail.com>2022-03-28 21:29:13 +0200
committerMonty <aroxus@protonmail.com>2022-03-28 21:29:13 +0200
commitc09ce4d0f2c8af808f89e748db92bc8ede036f81 (patch)
tree0939cd9b3eab398eee553ea8282717b653b6d1ff /searx
parentdec04c0ed640caac3b901787aca2a14452734fe7 (diff)
downloadsearxng-c09ce4d0f2c8af808f89e748db92bc8ede036f81.tar.gz
searxng-c09ce4d0f2c8af808f89e748db92bc8ede036f81.zip
Fix answer box bug
Fix bug of too long words.
Diffstat (limited to 'searx')
-rw-r--r--searx/static/themes/simple/src/less/style.less4
1 files changed, 4 insertions, 0 deletions
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 {