1
0
mirror of https://github.com/searxng/searxng.git synced 2024-08-23 06:30:35 +02:00

Merge pull request #76 from return42/fix-spinx-tabs

[fix] sphinx-tabs should not overlap sidebar
This commit is contained in:
Markus Heiser 2021-05-14 15:23:05 +00:00 committed by GitHub
commit 7bfa0ea358
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,3 +138,7 @@ caption {
caption-side: top;
text-align: left;
}
div.sphinx-tabs {
clear: both;
}