Browse Source

fixed incorrect font size for code tags

Zuoyuan Huang 6 years ago
parent
commit
f9492e707b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      packages/toc/style/index.css

+ 4 - 0
packages/toc/style/index.css

@@ -336,3 +336,7 @@
   padding-left: 9px;
   padding-top: 6px;
 }
+
+.jp-TableOfContents-content code {
+  font-size: 9px;
+}