mirror of
https://github.com/searxng/searxng.git
synced 2024-11-20 03:10:10 +01:00
Fix answer box bug
Fix bug of too long words.
This commit is contained in:
parent
dec04c0ed6
commit
c09ce4d0f2
@ -540,6 +540,10 @@ article[data-vim-selected].category-social {
|
|||||||
h4 {
|
h4 {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span {
|
||||||
|
overflow-wrap: anywhere;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#infoboxes {
|
#infoboxes {
|
||||||
|
Loading…
Reference in New Issue
Block a user