mirror of
https://github.com/searx/searx
synced 2025-02-23 23:27:44 +01:00
disable breaking "searx" into multiple lines
This commit is contained in:
parent
c086959da0
commit
0789ba31a0
@ -38,6 +38,8 @@ div.bodywrapper {
|
|||||||
|
|
||||||
div.sphinxsidebar {
|
div.sphinxsidebar {
|
||||||
width: 220px;
|
width: 220px;
|
||||||
|
word-wrap: normal !important;
|
||||||
|
overflow-wrap: normal !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
|
2
docs/_themes/searx_theme/static/style.css_t
vendored
2
docs/_themes/searx_theme/static/style.css_t
vendored
@ -38,6 +38,8 @@ div.bodywrapper {
|
|||||||
|
|
||||||
div.sphinxsidebar {
|
div.sphinxsidebar {
|
||||||
width: {{ sidebar_width }};
|
width: {{ sidebar_width }};
|
||||||
|
word-wrap: normal !important;
|
||||||
|
overflow-wrap: normal !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user