mirror of https://github.com/searxng/searxng.git
disable breaking "searx" into multiple lines
This commit is contained in:
parent
772f155215
commit
521f398709
|
@ -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…
Reference in New Issue