summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorStefan Tatschner <stefan@sevenbyte.org>2014-11-20 23:05:46 +0100
committerStefan Tatschner <stefan@sevenbyte.org>2014-11-20 23:05:46 +0100
commitcdf558682640876d950527f02d75f9f4532aa007 (patch)
treea893dfaeca07946932f9c650ea0a30c754d9a086 /app
parent20cd7a50be263f954ffc7157892e94aa09f78d04 (diff)
downloadgitlab-ce-cdf558682640876d950527f02d75f9f4532aa007.tar.gz
Fixed an alignment issue, fixes #778
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/generic/highlight.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/generic/highlight.scss b/app/assets/stylesheets/generic/highlight.scss
index 4110bddf4f3..ae08539d454 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;
+ }
}
}
}