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 {
|
||||
width: {{ sidebar_width }};
|
||||
word-wrap: normal !important;
|
||||
overflow-wrap: normal !important;
|
||||
}
|
||||
|
||||
hr {
|
||||
|
|
Loading…
Reference in New Issue