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;
}