diff options
author | Monty <aroxus@protonmail.com> | 2022-03-28 21:29:13 +0200 |
---|---|---|
committer | Monty <aroxus@protonmail.com> | 2022-03-28 21:29:13 +0200 |
commit | c09ce4d0f2c8af808f89e748db92bc8ede036f81 (patch) | |
tree | 0939cd9b3eab398eee553ea8282717b653b6d1ff /searx | |
parent | dec04c0ed640caac3b901787aca2a14452734fe7 (diff) | |
download | searxng-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.less | 4 |
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 { |