summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/_themes/searx/static/searx.css4
1 files changed, 4 insertions, 0 deletions
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;
+}