Jason Grout 4 年之前
父節點
當前提交
c1fb3c8d6c
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      packages/rendermime/style/base.css

+ 3 - 1
packages/rendermime/style/base.css

@@ -9,7 +9,9 @@
 
 :root {
   /* This is the padding value to fill the gaps between lines containing spans with background color. */
-  --jp-private-code-span-padding: calc( (var(--jp-code-line-height) - 1) * var(--jp-code-font-size) / 2 );
+  --jp-private-code-span-padding: calc(
+    (var(--jp-code-line-height) - 1) * var(--jp-code-font-size) / 2
+  );
 }
 
 .jp-RenderedText {