summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2016-10-23 01:42:36 +0100
committerClement Ho <ClemMakesApps@gmail.com>2016-10-25 16:06:10 -0500
commit18bf882cabe9b3e5e7f3008d6496b6a6e8ebe0d9 (patch)
tree9f7b8df8e2c56b95df375adbeeeeb11eda63f3a5
parenta98ad03ba18da0b1534f36dafafa9a1c644d0bf1 (diff)
downloadgitlab-ce-23661-lacking-padding-on-syntax-highlight-blocks-in-diff-comments.tar.gz
-rw-r--r--app/views/projects/diffs/_parallel_view.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/diffs/_parallel_view.html.haml b/app/views/projects/diffs/_parallel_view.html.haml
index 28aad3f4725..78aa9fb7391 100644
--- a/app/views/projects/diffs/_parallel_view.html.haml
+++ b/app/views/projects/diffs/_parallel_view.html.haml
@@ -1,5 +1,5 @@
/ Side-by-side diff view
-%div.text-file.diff-wrap-lines.code.file-content.js-syntax-highlight{ data: diff_view_data }
+%div.text-file.diff-wrap-lines.code.js-syntax-highlight{ data: diff_view_data }
%table
- last_line = 0
- diff_file.parallel_diff_lines.each do |line|