1
0
mirror of https://github.com/searxng/searxng.git synced 2024-10-02 09:30:13 +02:00

[fix] sphinx-tabs should not overlap sidebar

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2021-05-14 17:08:16 +02:00
parent 469c8b4c4b
commit e14a660c9a

View File

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