Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrevor Flynn <tlfalaska@hotmail.com>2017-08-10 17:05:23 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-08-10 17:05:23 +0300
commit92ec4c7aae5cc326ee61b57d1ab4f7463f6159cb (patch)
tree6c18e9514676ecfbba75fa52c94c6ad2629a9baf /app/assets/stylesheets/framework/highlight.scss
parentafd6e517e59aa07ab377fc29da45be08918a4f8e (diff)
Fix line numbers not matching up to code in code viewer.
Diffstat (limited to 'app/assets/stylesheets/framework/highlight.scss')
-rw-r--r--app/assets/stylesheets/framework/highlight.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/highlight.scss b/app/assets/stylesheets/framework/highlight.scss
index 71d5949b023..c63114f85b4 100644
--- a/app/assets/stylesheets/framework/highlight.scss
+++ b/app/assets/stylesheets/framework/highlight.scss
@@ -47,7 +47,7 @@
font-family: $monospace_font;
display: block;
font-size: $code_font_size !important;
- line-height: 19px;
+ min-height: 19px;
white-space: nowrap;
i {