OSDN Git Service

Improve themes. Load highlight.js properly
[wvm/gitlab.git] / app / assets / stylesheets / generic / files.scss
index 121bb8c..8dc3932 100644 (file)
           font-size: 12px !important;
           line-height: 16px !important;
           margin: 0;
+
+          code {
+            white-space: pre;
+            word-wrap: normal;
+          }
         }
 
         .hljs {
           width: 60px;
 
           a {
+            font-family: $monospace_font;
             display: block;
             font-size: 12px !important;
             line-height: 16px !important;