mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[fix] wrap long lines in infoboxes - fixes #1652
This commit is contained in:
parent
de1b08a941
commit
c6ca468df2
7 changed files with 19 additions and 5 deletions
|
|
@ -719,3 +719,7 @@ article.result-images[data-vim-selected]::before {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
pre code {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue