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.
1 parent e33c023 commit 0882956Copy full SHA for 0882956
src/nbsphinx.py
@@ -505,7 +505,7 @@
505
text-align: left !important;
506
}
507
508
-/* override sphinx.ext.pngmath center alignment in output cells */
+/* override sphinx.ext.imgmath center alignment in output cells */
509
div.nboutput div.math p {
510
text-align: left;
511
@@ -607,6 +607,11 @@
607
.admonition > p:before {
608
margin-right: 4px; /* make room for the exclamation icon */
609
610
+
611
+/* Fix math alignment, see https://github.com/rtfd/sphinx_rtd_theme/pull/686 */
612
+.math {
613
+ text-align: unset;
614
+}
615
"""
616
617
CSS_STRING_CLOUD = """
0 commit comments