[fix] wrap long lines in infoboxes - fixes #1652
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/*! searx | 06-08-2019 | https://github.com/asciimoo/searx */
|
||||
/*! searx | 04-06-2020 | */
|
||||
/*
|
||||
* searx, A privacy-respecting, hackable metasearch engine
|
||||
*
|
||||
@@ -2171,3 +2171,6 @@ article.result-images[data-vim-selected]::before {
|
||||
overflow: inherit;
|
||||
}
|
||||
}
|
||||
pre code {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user