From cdf558682640876d950527f02d75f9f4532aa007 Mon Sep 17 00:00:00 2001 From: Stefan Tatschner Date: Thu, 20 Nov 2014 23:05:46 +0100 Subject: [PATCH] Fixed an alignment issue, fixes #778 --- app/assets/stylesheets/generic/highlight.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/generic/highlight.scss b/app/assets/stylesheets/generic/highlight.scss index 4110bddf4f..ae08539d45 100644 --- a/app/assets/stylesheets/generic/highlight.scss +++ b/app/assets/stylesheets/generic/highlight.scss @@ -59,6 +59,10 @@ pre { white-space: pre; word-wrap: normal; + + code { + font-family: $monospace_font; + } } } }