We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f54a02 + 9e8b6e9 commit 9641d94Copy full SHA for 9641d94
jupyter_sphinx/css/jupyter-sphinx.css
@@ -105,5 +105,10 @@ div.jupyter_container * {
105
/* combine sequential jupyter cells,
106
by moving sequential ones up higher on y-axis */
107
div.jupyter_container + div.jupyter_container {
108
- margin: -.5em 0 .4em 0;
+ margin: -.5em 0 .4em 0;
109
+}
110
+
111
+/* Fix for sphinx_rtd_theme spacing after jupyter_container #91 */
112
+.rst-content .jupyter_container {
113
+ margin: 0 0 24px 0;
114
}
0 commit comments