Browse Source

add style

akira-s 6 years ago
parent
commit
e13136ff0a
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/client/styles/scss/_wiki.scss

+ 5 - 0
src/client/styles/scss/_wiki.scss

@@ -123,6 +123,11 @@ div.body {
     }
   }
 
+  // in code block
+  pre {
+    line-height: $line-height-base;
+  }
+
   // only inline code blocks
   p code {
     font-family: $font-family-monospace-not-strictly;