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
1 changed files with 4 additions and 0 deletions

View File

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