diff --git a/docs/_themes/searx/static/searx.css b/docs/_themes/searx/static/searx.css index ae742a4e0..db101c054 100644 --- a/docs/_themes/searx/static/searx.css +++ b/docs/_themes/searx/static/searx.css @@ -138,3 +138,7 @@ caption { caption-side: top; text-align: left; } + +div.sphinx-tabs { + clear: both; +}