1
0
mirror of https://github.com/searxng/searxng.git synced 2024-10-02 17:40:18 +02:00

Fix answer box bug

Fix bug of too long words.
This commit is contained in:
Monty 2022-03-28 21:29:13 +02:00
parent dec04c0ed6
commit c09ce4d0f2

View File

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