summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-09-22 15:09:54 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-11-16 17:22:24 -0700
commit7aa7dad4a1bd839a5eecdbe892c7d81a5e5ab357 (patch)
tree278873843d48d3243d97f75e1aed99e5d1b79397
parentb9c8a3d22a40d78765d6d79dc0f04dadfdb3f124 (diff)
downloadgitlab-ce-cs-fix-firefox-height.tar.gz
Fix line numbers not matching up with code in Firefox.cs-fix-firefox-height
-rw-r--r--app/assets/stylesheets/framework/highlight.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/highlight.scss b/app/assets/stylesheets/framework/highlight.scss
index 07c8874bf03..909a0f4afda 100644
--- a/app/assets/stylesheets/framework/highlight.scss
+++ b/app/assets/stylesheets/framework/highlight.scss
@@ -11,7 +11,7 @@
border-radius: 0;
font-family: $monospace_font;
font-size: $code_font_size;
- line-height: $code_line_height !important;
+ line-height: 19px;
margin: 0;
overflow: auto;
overflow-y: hidden;
@@ -47,7 +47,7 @@
font-family: $monospace_font;
display: block;
font-size: $code_font_size !important;
- line-height: $code_line_height !important;
+ line-height: 19px;
white-space: nowrap;
i {