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 fed51e1 + 637c25e commit 3d33f07Copy full SHA for 3d33f07
packages/katex-extension/style/index.css
@@ -4,3 +4,13 @@
4
|----------------------------------------------------------------------------*/
5
6
@import url('~katex/dist/katex.css');
7
+
8
+/**
9
+ * Note: the KaTeX CSS doesn't apply a height property
10
+ * to its SVG objects, so it can be overridden by low-
11
+ * specificity rules elsewhere on the page. This
12
+ * is a workaround for that behavior.
13
+ */
14
+.katex svg {
15
+ height: inherit;
16
+}
0 commit comments